1
0
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:
Gunter Knauf 2007-10-09 22:10:17 +00:00
parent baac8065cf
commit 50b3545ada

View File

@ -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