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:
Orgad Shaneh
2018-07-19 00:07:58 +03:00
committed by Orgad Shaneh
parent 8fefe0c591
commit 1958c2129e
28 changed files with 28 additions and 28 deletions

View File

@@ -45,7 +45,7 @@ static inline QString msgCannotInterrupt(qint64 pid, const QString &why)
#define _WIN32_WINNT 0x0501 /* WinXP, needed for DebugBreakProcess() */
#include <utils/winutils.h>
#include <Windows.h>
#include <windows.h>
#if !defined(PROCESS_SUSPEND_RESUME) // Check flag for MinGW
# define PROCESS_SUSPEND_RESUME (0x0800)