Include crtdefs.h instead of _mingw.h in the crt headers (like ms does), so only...
[reactos.git] / reactos / include / crt / errno.h
index c2df015..944b3ad 100644 (file)
@@ -6,7 +6,7 @@
 #ifndef _INC_ERRNO
 #define _INC_ERRNO
 
-#include <_mingw.h>
+#include <crtdefs.h>
 
 #ifdef __cplusplus
 extern "C" {