Warning, /graphics/digikam/project/bundles/3rdparty/ext_kf5/kcoreaddons-mingw.patch is written in an unsupported language. File is not indexed.

0001 diff --git a/src/lib/util/kmemoryinfo.cpp b/src/lib/util/kmemoryinfo.cpp
0002 index 49b40bdb..ef8597b4 100644
0003 --- a/src/lib/util/kmemoryinfo.cpp
0004 +++ b/src/lib/util/kmemoryinfo.cpp
0005 @@ -15,8 +15,8 @@ Q_LOGGING_CATEGORY(LOG_KMEMORYINFO, "kf.coreaddons.kmemoryinfo", QtWarningMsg)
0006  
0007  // clang-format off
0008  #if defined(Q_OS_WINDOWS)
0009 -    #include <Windows.h>    // Windows.h must stay above Pspapi.h
0010 -    #include <Psapi.h>
0011 +    #include <windows.h>    // Windows.h must stay above Pspapi.h
0012 +    #include <psapi.h>
0013  #elif defined(Q_OS_LINUX) || defined(Q_OS_ANDROID)
0014      #include <QByteArray>
0015      #include <QFile>