[LIBXML2]

Don't define _WINSOCKAPI_

svn path=/branches/header-work/; revision=46745
This commit is contained in:
Timo Kreuzer
2010-04-06 11:44:35 +00:00
parent 24fc3ac27d
commit 195d698a9d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -78,7 +78,7 @@
#if defined(__MINGW32__) || defined(_WIN32_WCE)
#define _WINSOCKAPI_
//#define _WINSOCKAPI_
#include <wsockcompat.h>
#include <winsock2.h>
#undef XML_SOCKLEN_T
+1 -1
View File
@@ -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