mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[LIBXML2]
Don't define _WINSOCKAPI_ svn path=/branches/header-work/; revision=46745
This commit is contained in:
Vendored
+1
-1
@@ -287,7 +287,7 @@
|
||||
#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
|
||||
|
||||
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