fixed clang compilation

This commit is contained in:
jeefo 2016-09-11 21:10:41 +03:00
commit c77181e858
2 changed files with 11 additions and 7 deletions

View file

@ -32,11 +32,6 @@
#include "windows.h"
#include "winsock2.h"
#else // _WIN32
#define FALSE 0
#define TRUE (!FALSE)
typedef unsigned long ULONG;
typedef uint8 BYTE;
typedef int BOOL;
#define MAX_PATH PATH_MAX
#include <limits.h>