mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix mingw build
This commit is contained in:
parent
743988bd57
commit
76c2a9fb8e
@ -41,7 +41,13 @@
|
||||
#include <winhttp.h>
|
||||
|
||||
#include <softpub.h>
|
||||
|
||||
#if defined( __MINGW32__ )
|
||||
#include <shlobj.h>
|
||||
#else
|
||||
#include <shlobj_core.h>
|
||||
#endif
|
||||
|
||||
#include <wincrypt.h>
|
||||
#include <wintrust.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user