ProtoProxy: Fixed inversed typedef.
I must be going crazy...
This commit is contained in:
parent
c4f4eda347
commit
b99fe7d812
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user