Fix mingw build

This commit is contained in:
jean-pierre charras 2025-07-10 08:02:00 +02:00
parent 743988bd57
commit 76c2a9fb8e

View File

@ -41,7 +41,13 @@
#include <winhttp.h>
#include <softpub.h>
#include <shlobj_core.h>
#if defined( __MINGW32__ )
#include <shlobj.h>
#else
#include <shlobj_core.h>
#endif
#include <wincrypt.h>
#include <wintrust.h>