diff options
| author | xiphon <xiphon@protonmail.com> | 2020-09-10 10:45:28 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2020-09-10 10:45:28 +0000 |
| commit | 3aeaf99057dbf6fbbea9a05fd32c33786a69ea3f (patch) | |
| tree | a0de29eb9c377d02819d5056edb2b3869d4ee0bb | |
| parent | a563582d95c0048a64e7edad8f6c6cc3d4ace812 (diff) | |
| download | monzero-gui-3aeaf99057dbf6fbbea9a05fd32c33786a69ea3f.tar.gz monzero-gui-3aeaf99057dbf6fbbea9a05fd32c33786a69ea3f.tar.xz monzero-gui-3aeaf99057dbf6fbbea9a05fd32c33786a69ea3f.zip | |
oshelper: 'shlobj.h' include should be lower case
| -rw-r--r-- | src/main/oshelper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/oshelper.cpp b/src/main/oshelper.cpp index 2d4a9d0f..9b24262e 100644 --- a/src/main/oshelper.cpp +++ b/src/main/oshelper.cpp @@ -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) |
