reactos/dll/shellext/acppage/precomp.h
2018-01-29 22:05:17 +01:00

38 lines
781 B
C

#ifndef ACPPAGE_PRECOMP_H
#define ACPPAGE_PRECOMP_H
#define COBJMACROS
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define NTOS_MODE_USER
#include <windef.h>
#include <winbase.h>
#include <shlobj.h>
#include <tchar.h>
#include <strsafe.h>
#include <atlbase.h>
#include <atlcom.h>
#include <atlsimpcoll.h>
#include <atlstr.h>
#include <atlwin.h>
#include <rosdlgs.h>
ULONG DbgPrint(PCH Format,...);
#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);
BOOL IsBuiltinLayer(PCWSTR Name);
#include "resource.h"
#include "CLayerStringList.hpp"
#include "CLayerUIPropPage.hpp"
#endif /* ACPPAGE_PRECOMP_H */