mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[LIBXML2]
revert last changes to 3rd party code and hack the config file a bit more instead. svn path=/branches/header-work/; revision=46746
This commit is contained in:
Vendored
+4
@@ -301,3 +301,7 @@
|
||||
#if !defined(__MINGW32__) || defined(__NO_ISOCEXT)
|
||||
#define vsnprintf _vsnprintf
|
||||
#endif
|
||||
|
||||
#if defined(__MINGW32__)
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
Vendored
+1
-1
@@ -78,7 +78,7 @@
|
||||
|
||||
|
||||
#if defined(__MINGW32__) || defined(_WIN32_WCE)
|
||||
//#define _WINSOCKAPI_
|
||||
#define _WINSOCKAPI_
|
||||
#include <wsockcompat.h>
|
||||
#include <winsock2.h>
|
||||
#undef XML_SOCKLEN_T
|
||||
|
||||
Vendored
+1
-1
@@ -79,7 +79,7 @@
|
||||
#endif
|
||||
|
||||
#if defined(__MINGW32__) || defined(_WIN32_WCE)
|
||||
//#define _WINSOCKAPI_
|
||||
#define _WINSOCKAPI_
|
||||
#include <wsockcompat.h>
|
||||
#include <winsock2.h>
|
||||
#undef XML_SOCKLEN_T
|
||||
|
||||
Reference in New Issue
Block a user