* Slap *some* sense into our header inclusions.
[reactos.git] / reactos / base / shell / explorer / precomp.h
index f6d290a..1caf6f5 100644 (file)
 #define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES                        1
 #define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT  1
 
-#include <limits.h>
-#include "shlwapi.h"
+#define WIN32_NO_STATUS
+#define _INC_WINDOWS
+#define COM_NO_WINDOWS_H
+#include <stdarg.h>
+#include <windef.h>
+#include <winbase.h>
+#include <winreg.h>
+#include <wingdi.h>
+#include <winnls.h>
+#include <ole2.h>
+#include <shlwapi.h>
 
 #include "utility/utility.h"