Merge pull request #3077

3aeaf99 oshelper: 'shlobj.h' include should be lower case (xiphon)
This commit is contained in:
luigi1111 2020-09-12 15:54:56 -05:00
commit 2e8bec15da
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 1 additions and 1 deletions

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)