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
1 changed files with 1 additions and 1 deletions

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