mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
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")))
|
||||
#endif
|
||||
#else
|
||||
#ifdef _MSC_VER
|
||||
#include <cstdint>
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
#ifndef KICAD_PLUGIN_EXPORT
|
||||
#define KICAD_PLUGIN_EXPORT extern "C" __declspec( dllexport )
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user