[CRT] Remove useless #undef abort from process.h
[reactos.git] / dll / shellext / acppage / precomp.h
index 21dd0c1..7f239da 100644 (file)
@@ -17,7 +17,7 @@
 #include <atlsimpcoll.h>
 #include <atlstr.h>
 #include <atlwin.h>
-#include <rosdlgs.h>
+#include <ui/rosdlgs.h>
 
 ULONG DbgPrint(PCH Format,...);
 #include <apphelp.h>
@@ -28,8 +28,12 @@ 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"
 
+BOOL ShowEditCompatModes(HWND hWnd, CLayerUIPropPage* page);
+
 #endif /* ACPPAGE_PRECOMP_H */