summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-01-17 12:39:19 +0100
committermadmaxoft <github@xoft.cz>2014-01-17 12:39:19 +0100
commitb99fe7d8121d13a526bfb0f972ed8d7b3a6511b1 (patch)
tree311fac4f243c2c9cfb2a2a3f755a61b3b5782b48 /Tools
parentProtoProxy: Fixed compilation in Windows and in Linux. (diff)
downloadcuberite-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 'Tools')
-rw-r--r--Tools/ProtoProxy/Globals.h2
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,