summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,