[ACPPAGE] Implement custom compatibility mode selection + Expand paths CORE-10375
[reactos.git] / reactos / dll / shellext / acppage / precomp.h
index b84f5bb..9675648 100644 (file)
 #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;
@@ -22,6 +27,7 @@ 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 */