Author: tkreuzer
Date: Tue Apr 6 13:44:35 2010
New Revision: 46745
URL:
http://svn.reactos.org/svn/reactos?rev=46745&view=rev
Log:
[LIBXML2]
Don't define _WINSOCKAPI_
Modified:
branches/header-work/lib/3rdparty/libxml2/config.h
branches/header-work/lib/3rdparty/libxml2/nanoftp.c
branches/header-work/lib/3rdparty/libxml2/nanohttp.c
Modified: branches/header-work/lib/3rdparty/libxml2/config.h
URL:
http://svn.reactos.org/svn/reactos/branches/header-work/lib/3rdparty/libxml…
==============================================================================
--- branches/header-work/lib/3rdparty/libxml2/config.h [iso-8859-1] (original)
+++ branches/header-work/lib/3rdparty/libxml2/config.h [iso-8859-1] Tue Apr 6 13:44:35
2010
@@ -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
Modified: branches/header-work/lib/3rdparty/libxml2/nanoftp.c
URL:
http://svn.reactos.org/svn/reactos/branches/header-work/lib/3rdparty/libxml…
==============================================================================
--- branches/header-work/lib/3rdparty/libxml2/nanoftp.c [iso-8859-1] (original)
+++ branches/header-work/lib/3rdparty/libxml2/nanoftp.c [iso-8859-1] Tue Apr 6 13:44:35
2010
@@ -78,7 +78,7 @@
#if defined(__MINGW32__) || defined(_WIN32_WCE)
-#define _WINSOCKAPI_
+//#define _WINSOCKAPI_
#include <wsockcompat.h>
#include <winsock2.h>
#undef XML_SOCKLEN_T
Modified: branches/header-work/lib/3rdparty/libxml2/nanohttp.c
URL:
http://svn.reactos.org/svn/reactos/branches/header-work/lib/3rdparty/libxml…
==============================================================================
--- branches/header-work/lib/3rdparty/libxml2/nanohttp.c [iso-8859-1] (original)
+++ branches/header-work/lib/3rdparty/libxml2/nanohttp.c [iso-8859-1] Tue Apr 6 13:44:35
2010
@@ -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