* Slap *some* sense into our header inclusions.
[reactos.git] / reactos / dll / opengl / mesa / src / gallium / auxiliary / util / u_dl.c
index aca435d..51b2600 100644 (file)
@@ -34,7 +34,9 @@
 #include <dlfcn.h>
 #endif
 #if defined(PIPE_OS_WINDOWS)
-#include <windows.h>
+//#include <windows.h>
+#include <windef.h>
+#include <winbase.h>
 #endif
 
 #include "u_dl.h"