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

@@ -15,7 +15,7 @@
#include <QPointer>
#ifdef Q_OS_WIN32
#include <Windows.h>
#include <windows.h>
#endif
namespace BlackMisc