Use case sensitive name of Windows header files

This commit is contained in:
Roland Winklmeier
2018-08-24 15:24:50 +02:00
parent a60ee4a7dd
commit 4cf3bc580f
5 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
#include <QCoreApplication>
#ifdef Q_OS_WIN
#include <Windows.h>
#include <windows.h>
#include <tlhelp32.h>
#endif