Yang Tse fixed MSVC 6.0 warnings
This commit is contained in:
@@ -169,8 +169,10 @@ typedef unsigned char bool;
|
||||
#endif
|
||||
|
||||
#if defined(ENABLE_IPV6) || defined(USE_SSLEAY)
|
||||
#if !defined(_MSC_VER) || (_MSC_VER >= 1300)
|
||||
#include <ws2tcpip.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(__GNUC__) || defined(__MINGW32__)
|
||||
#define sclose(x) closesocket(x)
|
||||
|
Reference in New Issue
Block a user