1
0
Fork 0

ProtoProxy: Fixed inversed typedef.

I must be going crazy...
This commit is contained in:
madmaxoft 2014-01-17 12:39:19 +01:00
parent c4f4eda347
commit b99fe7d812
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ typedef unsigned short UInt16;
#include <errno.h>
#include <fcntl.h>
typedef SOCKET int;
typedef int SOCKET;
enum
{
INVALID_SOCKET = -1,