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>
This commit is contained in:
parent
5bfe794aaa
commit
631a55ccf4
@ -45,7 +45,7 @@
|
||||
#include <QtCore/qfileinfo.h>
|
||||
#include <QtCore/qvarlengtharray.h>
|
||||
|
||||
#include <Windows.h>
|
||||
#include <qt_windows.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user