3
0
Fork 0

+ small fix for MSVC10

small_fixes
kelson42 13 years ago
parent 1bb0a33dd0
commit 449d6ca472

@ -29,6 +29,9 @@
#include <WS2tcpip.h> // otherwise socklen_t is not a recognized type
#if (_MSC_VER < 1600)
#include "stdint4win.h"
#else
typedef unsigned __int64 uint64_t;
typedef unsigned __int16 uint16_t;
#endif
#include <winsock2.h>
#include <Windows.h> // otherwise int is not a recognized type

Loading…
Cancel
Save