mirror of
https://github.com/curl/curl.git
synced 2026-07-24 15:57:18 +03:00
David Byron's fix to make libcurl build fine with both .NET and VC6 version
of MSVC
This commit is contained in:
parent
f4e987cd19
commit
aff9a817b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue