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
@@ -307,6 +307,7 @@ SOURCES += src/third_party/asn1/ChatCleanerMessage.c \
src/third_party/asn1/ChatRequestTypePrivate.c
win32 {
DEFINES += CURL_STATICLIB
DEFINES += WIN32
DEFINES += _WIN32_WINNT=0x0501
}
mac {