forked from qt-creator/qt-creator
Revert "Windows: Match the name case of included files"
It breaks cross-compilation on linux/mingw.
This reverts commit 1c014ed3d9.
Change-Id: I3e8183ec318541a4393ad242eefbdeaa78b7be44
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
8fefe0c591
commit
1958c2129e
@@ -30,7 +30,7 @@
|
||||
#ifdef Q_OS_WIN
|
||||
#undef _WIN32_WINNT
|
||||
#define _WIN32_WINNT 0x0600 // Needed for QueryFullProcessImageName
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#include <QString>
|
||||
|
||||
Reference in New Issue
Block a user