From 2b3ed64951dfa7fcb4e7a5d3add864e5220f6c0e Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 25 Jan 2013 14:54:52 +0100 Subject: Fix warning about redefinition of _WIN32_WINNT. This is redefined by qt_windows.h Change-Id: I6a8cb06c93c4055b166f1a214cba981d61680b9c Reviewed-by: Joerg Bornemann --- tests/auto/corelib/io/qfileinfo/tst_qfileinfo.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/auto/corelib/io/qfileinfo/tst_qfileinfo.cpp b/tests/auto/corelib/io/qfileinfo/tst_qfileinfo.cpp index c2d578d4c0..06f7c35f3a 100644 --- a/tests/auto/corelib/io/qfileinfo/tst_qfileinfo.cpp +++ b/tests/auto/corelib/io/qfileinfo/tst_qfileinfo.cpp @@ -58,7 +58,6 @@ #include #endif #ifdef Q_OS_WIN -#define _WIN32_WINNT 0x500 #include #include #if !defined(Q_OS_WINCE) -- cgit v1.2.3