oshelper: 'shlobj.h' include should be lower case

This commit is contained in:
xiphon 2020-09-10 10:45:28 +00:00
parent a563582d95
commit 3aeaf99057

View file

@ -41,7 +41,7 @@
#include "qt/macoshelper.h"
#endif
#ifdef Q_OS_WIN
#include <Shlobj.h>
#include <shlobj.h>
#include <windows.h>
#endif
#if defined(Q_OS_LINUX) && !defined(Q_OS_ANDROID)