* Slap *some* sense into our header inclusions.
[reactos.git] / reactos / dll / opengl / mesa / src / gallium / auxiliary / os / os_thread.h
index 3e1c273..3860c38 100644 (file)
@@ -125,7 +125,10 @@ typedef pthread_cond_t pipe_condvar;
 
 #elif defined(PIPE_SUBSYSTEM_WINDOWS_USER)
 
-#include <windows.h>
+//#include <windows.h>
+#include <windef.h>
+#include <winbase.h>
+#include <winver.h>
 
 /* pipe_thread
  */