mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-15 10:43:15 +02:00
Build fix: do not include cstdint under MSYS/MinGW
This commit is contained in:
parent
f099ae27c5
commit
b7d44368bd
@ -36,7 +36,10 @@
|
|||||||
#define KICAD_PLUGIN_EXPORT extern "C" __attribute__((__visibility__("default")))
|
#define KICAD_PLUGIN_EXPORT extern "C" __attribute__((__visibility__("default")))
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
|
#ifdef _MSC_VER
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef KICAD_PLUGIN_EXPORT
|
#ifndef KICAD_PLUGIN_EXPORT
|
||||||
#define KICAD_PLUGIN_EXPORT extern "C" __declspec( dllexport )
|
#define KICAD_PLUGIN_EXPORT extern "C" __declspec( dllexport )
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user