[ADVAPI32] SEH-protext the calls to service control handlers
[reactos.git] / dll / shellext / deskadp / precomp.h
index 6dd1718..4c46de7 100644 (file)
@@ -1,13 +1,21 @@
 #ifndef __PRECOMP__H
 #define __PRECOMP__H
 
+#include <stdarg.h>
+
+#define WIN32_NO_STATUS
+#define _INC_WINDOWS
+#define COM_NO_WINDOWS_H
+
 #define COBJMACROS
-#include <windows.h>
-#include <tchar.h>
-#include <stdio.h>
+
+#include <windef.h>
+#include <winbase.h>
+#include <wingdi.h>
+#include <wincon.h>
 #include <shlobj.h>
 #include <dll/desk/deskcplx.h>
+
 #include "deskadp.h"
-#include "resource.h"
 
 #endif /* __PRECOMP__H */