Fixing WIN32 define, which is removed with -std=c++0x.

This commit is contained in:
lotodore
2010-11-20 16:20:38 +00:00
parent 20b212f10c
commit 2ab92b7bb1
5 changed files with 5 additions and 0 deletions
+1
View File
@@ -42,6 +42,7 @@ SOURCES += \
win32{
DEFINES += CURL_STATICLIB
DEFINES += WIN32
DEFINES += _WIN32_WINNT=0x0501
DEPENDPATH += src/net/win32/ src/core/win32
INCLUDEPATH += ../boost/ ../GnuTLS/include ../curl/include ../zlib