[prev in list] [next in list] [prev in thread] [next in thread] 

List:       curl-commits
Subject:    cvs: curl /lib config-win32.h
From:       "Daniel Stenberg" <bagder () php ! net>
Date:       2003-12-18 8:56:20
[Download RAW message or body]

bagder		Thu Dec 18 03:56:20 2003 EDT

  Modified files:              
    /curl/lib	config-win32.h 
  Log:
  David Byron's fix to make libcurl build fine with both .NET and VC6 version
  of MSVC
  
  
Index: curl/lib/config-win32.h
diff -u curl/lib/config-win32.h:1.6 curl/lib/config-win32.h:1.7
--- curl/lib/config-win32.h:1.6	Tue Oct 14 08:00:45 2003
+++ curl/lib/config-win32.h	Thu Dec 18 03:56:20 2003
@@ -27,7 +27,7 @@
 #define ssize_t int
 
 /* Define this to 'int' if socklen_t is not an available typedefed type */
-#if !defined(ENABLE_IPV6) && !defined(USE_SSLEAY)
+#if !defined(ENABLE_IPV6) && ((_MSC_VER < 1300) || !defined(USE_SSLEAY))
 #define socklen_t int
 #endif
 




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic