reactos/dll/shellext/acppage/precomp.h

43 lines
838 B
C
Raw Normal View History

#ifndef ACPPAGE_PRECOMP_H
#define ACPPAGE_PRECOMP_H
#include <stdarg.h>
#include <assert.h>
#define COBJMACROS
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define NTOS_MODE_USER
#include <windows.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <winuser.h>
#include <shlobj.h>
#include <shlwapi.h>
#include <shellapi.h>
#include <tchar.h>
#include <strsafe.h>
#include <atlbase.h>
#include <atlcom.h>
#include <atlwin.h>
ULONG DbgPrint(PCH Format,...);
#include <shellutils.h>
#include <prsht.h>
#include <apphelp.h>
extern const GUID CLSID_CLayerUIPropPage;
extern HMODULE g_hModule;
extern LONG g_ModuleRefCnt;
EXTERN_C BOOL WINAPI GetExeFromLnk(PCWSTR pszLnk, PWSTR pszExe, size_t cchSize);
#include "resource.h"
#include "CLayerUIPropPage.hpp"
#endif /* ACPPAGE_PRECOMP_H */