mirror of
https://github.com/curl/curl.git
synced 2026-04-21 09:12:11 +03:00
fix socklen_t for MSVC6 & 7.
This commit is contained in:
parent
baac8065cf
commit
50b3545ada
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue