Include crtdefs.h instead of _mingw.h in the crt headers (like ms does), so only...
[reactos.git] / reactos / include / crt / sys / timeb.h
index 1cf3ce8..91a5193 100644 (file)
@@ -6,7 +6,7 @@
 #ifndef _TIMEB_H_
 #define _TIMEB_H_
 
-#include <_mingw.h>
+#include <crtdefs.h>
 
 #ifndef _WIN32
 #error Only Win32 target is supported!