Using stdint.h rather than cstdint on MSWin
This commit is contained in:
parent
b7d44368bd
commit
aff84eab52
|
@ -36,10 +36,7 @@
|
||||||
#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 <stdint.h>
|
||||||
#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…
Reference in New Issue