From 3aeaf99057dbf6fbbea9a05fd32c33786a69ea3f Mon Sep 17 00:00:00 2001 From: xiphon Date: Thu, 10 Sep 2020 10:45:28 +0000 Subject: [PATCH] oshelper: 'shlobj.h' include should be lower case --- src/main/oshelper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +#include #include #endif #if defined(Q_OS_LINUX) && !defined(Q_OS_ANDROID)