mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
fix socklen_t for MSVC6 & 7.
This commit is contained in:
parent
baac8065cf
commit
50b3545ada
@ -291,7 +291,7 @@
|
||||
#endif
|
||||
|
||||
/* Define to 'int' if socklen_t is not an available 'typedefed' type */
|
||||
#ifndef HAVE_WS2TCPIP_H
|
||||
#if defined(_MSC_VER) && (_MSC_VER <= 1400)
|
||||
#define socklen_t int
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user