Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / dll / shellext / acppage / precomp.h
diff --git a/reactos/dll/shellext/acppage/precomp.h b/reactos/dll/shellext/acppage/precomp.h
deleted file mode 100644 (file)
index 9675648..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-#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>
-
-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);
-
-#include "resource.h"
-#include "CLayerStringList.hpp"
-#include "CLayerUIPropPage.hpp"
-
-#endif /* ACPPAGE_PRECOMP_H */