mirror of
https://github.com/glest/glest-source.git
synced 2025-09-28 16:39:01 +02:00
- some intial changes to support cross-compilation under mingw
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
using std::string;
|
||||
|
||||
#ifdef WIN32
|
||||
#include <winsock.h>
|
||||
#include <winsock2.h>
|
||||
typedef SOCKET PLATFORM_SOCKET;
|
||||
#else
|
||||
#include <unistd.h>
|
||||
|
Reference in New Issue
Block a user