Minor fixes for Win32 build. It now builds, but doesn't link.
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#ifndef _WIN32
|
||||
typedef int sock_t;
|
||||
#else
|
||||
#include <winsock2.h>
|
||||
typedef SOCKET sock_t;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user