mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-15 10:43:15 +02:00
Build on MSYS2: use shobjidl.h, instead of shobjidl_core.h
shobjidl_core.h is not available on mingw
This commit is contained in:
parent
337ec6d862
commit
2a143a63e5
@ -30,7 +30,11 @@
|
|||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
#include <shellapi.h>
|
#include <shellapi.h>
|
||||||
#include <shlwapi.h>
|
#include <shlwapi.h>
|
||||||
|
#if defined( __MINGW32__ )
|
||||||
|
#include <shobjidl.h>
|
||||||
|
#else
|
||||||
#include <shobjidl_core.h>
|
#include <shobjidl_core.h>
|
||||||
|
#endif
|
||||||
#include <winhttp.h>
|
#include <winhttp.h>
|
||||||
|
|
||||||
#include <Softpub.h>
|
#include <Softpub.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user