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

@@ -18,7 +18,7 @@
#include <QTextStream>
#if defined(Q_OS_WIN)
#include <Shlobj.h>
#include <shlobj.h>
#endif
using namespace BlackMisc;