From b9bec0b7fc8e7a9d0d012b9df172681382a18e9b Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 20 Nov 2010 16:53:39 +0000 Subject: [PATCH] Fixing WIN32 define, which is removed with -std=c++0x. --- chatcleaner.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chatcleaner.pro b/chatcleaner.pro index a8f0c32d..d20f069a 100644 --- a/chatcleaner.pro +++ b/chatcleaner.pro @@ -47,7 +47,8 @@ HEADERS += cleanerserver.h \ LIBPATH += lib LIBS += -lpokerth_lib \ -lpokerth_protocol -win32 { +win32 { + DEFINES += WIN32 LIBPATH += ../boost/stage/lib INCLUDEPATH += ../boost/ debug:LIBPATH += debug/lib