mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 11:11:42 +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:
parent
195d698a9d
commit
22d1e6dc9e
3 changed files with 6 additions and 2 deletions
4
lib/3rdparty/libxml2/config.h
vendored
4
lib/3rdparty/libxml2/config.h
vendored
|
@ -301,3 +301,7 @@
|
|||
#if !defined(__MINGW32__) || defined(__NO_ISOCEXT)
|
||||
#define vsnprintf _vsnprintf
|
||||
#endif
|
||||
|
||||
#if defined(__MINGW32__)
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
|
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