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

@@ -25,7 +25,7 @@
#include <tuple>
#ifdef Q_OS_WIN
#include <Windows.h>
#include <windows.h>
#endif
namespace BlackMisc