diff options
author | madmaxoft <github@xoft.cz> | 2014-01-17 12:39:19 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-01-17 12:39:19 +0100 |
commit | b99fe7d8121d13a526bfb0f972ed8d7b3a6511b1 (patch) | |
tree | 311fac4f243c2c9cfb2a2a3f755a61b3b5782b48 /Tools/ProtoProxy | |
parent | ProtoProxy: Fixed compilation in Windows and in Linux. (diff) | |
download | cuberite-b99fe7d8121d13a526bfb0f972ed8d7b3a6511b1.tar cuberite-b99fe7d8121d13a526bfb0f972ed8d7b3a6511b1.tar.gz cuberite-b99fe7d8121d13a526bfb0f972ed8d7b3a6511b1.tar.bz2 cuberite-b99fe7d8121d13a526bfb0f972ed8d7b3a6511b1.tar.lz cuberite-b99fe7d8121d13a526bfb0f972ed8d7b3a6511b1.tar.xz cuberite-b99fe7d8121d13a526bfb0f972ed8d7b3a6511b1.tar.zst cuberite-b99fe7d8121d13a526bfb0f972ed8d7b3a6511b1.zip |
Diffstat (limited to '')
-rw-r--r-- | Tools/ProtoProxy/Globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/ProtoProxy/Globals.h b/Tools/ProtoProxy/Globals.h index 2b39bfae3..fab6adc5b 100644 --- a/Tools/ProtoProxy/Globals.h +++ b/Tools/ProtoProxy/Globals.h @@ -124,7 +124,7 @@ typedef unsigned short UInt16; #include <errno.h> #include <fcntl.h> - typedef SOCKET int; + typedef int SOCKET; enum { INVALID_SOCKET = -1, |