[cmake-commits] hoffman committed CurlTests.c 1.2 1.3

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Sep 17 15:20:58 EDT 2007


Update of /cvsroot/CMake/CMake/Utilities/cmcurl/CMake
In directory public:/mounts/ram/cvs-serv14521/Utilities/cmcurl/CMake

Modified Files:
	CurlTests.c 
Log Message:
ENH: add support for vs 2008 beta 2


Index: CurlTests.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmcurl/CMake/CurlTests.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CurlTests.c	9 Aug 2007 18:55:18 -0000	1.2
+++ CurlTests.c	17 Sep 2007 19:20:56 -0000	1.3
@@ -306,9 +306,12 @@
 }
 #endif
 #ifdef HAVE_SOCKLEN_T
+#ifdef _WIN32
+#include <ws2tcpip.h>
+#else
 #include <sys/types.h>
 #include <sys/socket.h>
-
+#endif
 int
 main ()
 {



More information about the Cmake-commits mailing list