libxml2 r3736 - in trunk: . include



Author: rrichard
Date: Wed Apr  9 18:49:09 2008
New Revision: 3736
URL: http://svn.gnome.org/viewvc/libxml2?rev=3736&view=rev

Log:
* include/wsockcompat.h: support older win32 platforms when building
  with newer versions of VS

Modified:
   trunk/ChangeLog
   trunk/include/wsockcompat.h

Modified: trunk/include/wsockcompat.h
==============================================================================
--- trunk/include/wsockcompat.h	(original)
+++ trunk/include/wsockcompat.h	Wed Apr  9 18:49:09 2008
@@ -21,6 +21,7 @@
 
 /* Check if ws2tcpip.h is a recent version which provides getaddrinfo() */
 #if defined(GetAddrInfo)
+#include <wspiapi.h>
 #define HAVE_GETADDRINFO
 #endif
 #endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]