summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel@molkentin.de>2014-10-21 11:02:26 +0200
committerKai Koehne <kai.koehne@theqtcompany.com>2014-10-27 09:03:05 +0100
commit631a55ccf48f2a128d03a4d2554a8154dfd2f7ee (patch)
tree411fe16b0f87c820a255f4e3c58b7562d6fad88f /src
parent5bfe794aaab34d6aa021b5640972509e3bc6ced8 (diff)
QStorageInfo: include qt_windows.h instead of Windows.h
This fixes a compilation issue with X-MinGW builds and is more appropriate here. Change-Id: Id97e387c6e22a2c09d2f4dda35ce1bed2831fffe Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/io/qstorageinfo_win.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qstorageinfo_win.cpp b/src/corelib/io/qstorageinfo_win.cpp
index b0d3e7c6da..8c276b2798 100644
--- a/src/corelib/io/qstorageinfo_win.cpp
+++ b/src/corelib/io/qstorageinfo_win.cpp
@@ -45,7 +45,7 @@
#include <QtCore/qfileinfo.h>
#include <QtCore/qvarlengtharray.h>
-#include <Windows.h>
+#include <qt_windows.h>
QT_BEGIN_NAMESPACE