Remove ace/config-all.h and ancient WinXP defines which are actually commented out...

This commit is contained in:
leak
2014-06-08 23:28:01 +02:00
parent daa5c0ad0d
commit 55dee85ed8

View File

@@ -85,12 +85,7 @@
#include "Threading/Threading.h"
#if PLATFORM == PLATFORM_WINDOWS
# include <ace/config-all.h>
// XP winver - needed to compile with standard leak check in MemoryLeaks.h
// uncomment later if needed
//#define _WIN32_WINNT 0x0501
# include <ws2tcpip.h>
//#undef WIN32_WINNT
#else
# include <sys/types.h>
# include <sys/ioctl.h>