Reintegrate header-work branch. Important changes include continued work on headers...
[reactos.git] / reactos / lib / 3rdparty / libxml2 / config.h
index 9587db1..351dc6e 100644 (file)
 #define XML_SOCKLEN_T int
 
 /* Using the Win32 Socket implementation */
-#define _WINSOCKAPI_ 1
+//#define _WINSOCKAPI_ 1
 
 /* Define like PROTOTYPES; this can be used by system headers. */
 #define __PROTOTYPES 1
 #if !defined(__MINGW32__) || defined(__NO_ISOCEXT)
 #define vsnprintf _vsnprintf
 #endif
+
+#if defined(__MINGW32__)
+#include <windows.h>
+#endif