summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@trolltech.com>2009-08-24 09:01:13 (GMT)
committerJoerg Bornemann <joerg.bornemann@trolltech.com>2009-08-24 11:31:55 (GMT)
commit6ee9e0b4f4c840b6f5be93b5f6007a4e93d254c0 (patch)
tree4b008f68c5bfdf58e3fd00b95eb57f6f7e5c7271 /src
parentce25f93071612a6a4fa578f52b1129b6551a5d3f (diff)
downloadQt-6ee9e0b4f4c840b6f5be93b5f6007a4e93d254c0.zip
Qt-6ee9e0b4f4c840b6f5be93b5f6007a4e93d254c0.tar.gz
Qt-6ee9e0b4f4c840b6f5be93b5f6007a4e93d254c0.tar.bz2
fix warning in qthread_win.cpp
_WIN32_WINNT is now defined in qglobal.h
Diffstat (limited to 'src')
-rw-r--r--src/corelib/thread/qthread_win.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/corelib/thread/qthread_win.cpp b/src/corelib/thread/qthread_win.cpp
index 12ee413..82b462e 100644
--- a/src/corelib/thread/qthread_win.cpp
+++ b/src/corelib/thread/qthread_win.cpp
@@ -39,10 +39,6 @@
**
****************************************************************************/
-//#define WINVER 0x0500
-#define _WIN32_WINNT 0x0400
-
-
#include "qthread.h"
#include "qthread_p.h"
#include "qthreadstorage.h"