- some intial changes to support cross-compilation under mingw

This commit is contained in:
Mark Vejvoda
2010-12-04 23:19:43 +00:00
parent 04aee1098d
commit 15aab7a581
7 changed files with 206 additions and 19 deletions

View File

@@ -25,7 +25,7 @@
using std::string;
#ifdef WIN32
#include <winsock.h>
#include <winsock2.h>
typedef SOCKET PLATFORM_SOCKET;
#else
#include <unistd.h>