1
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

View File

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