mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 10:22:59 +00:00
[LIBXML2]
Don't define _WINSOCKAPI_ svn path=/branches/header-work/; revision=46745
This commit is contained in:
parent
24fc3ac27d
commit
195d698a9d
3 changed files with 3 additions and 3 deletions
2
lib/3rdparty/libxml2/config.h
vendored
2
lib/3rdparty/libxml2/config.h
vendored
|
@ -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
|
||||
|
|
2
lib/3rdparty/libxml2/nanoftp.c
vendored
2
lib/3rdparty/libxml2/nanoftp.c
vendored
|
@ -78,7 +78,7 @@
|
|||
|
||||
|
||||
#if defined(__MINGW32__) || defined(_WIN32_WCE)
|
||||
#define _WINSOCKAPI_
|
||||
//#define _WINSOCKAPI_
|
||||
#include <wsockcompat.h>
|
||||
#include <winsock2.h>
|
||||
#undef XML_SOCKLEN_T
|
||||
|
|
2
lib/3rdparty/libxml2/nanohttp.c
vendored
2
lib/3rdparty/libxml2/nanohttp.c
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue