remove extra _WIN32 declaration

This commit is contained in:
Stephen Birarda 2013-03-22 10:47:15 -07:00
parent bb47967126
commit dd37d60b65

View file

@ -35,7 +35,7 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#endif _WIN32
#endif
const int DOMAIN_LISTEN_PORT = 40102;
unsigned char packetData[MAX_PACKET_SIZE];