KiCad PCB EDA Suite
|
Go to the source code of this file.
Macros | |
#define | APIEXPORT |
Macros which export functions from a DLL/DSO. | |
#define | APIIMPORT |
#define | APILOCAL |
#define | APIVISIBLE |
#define | KIFACE_API APIIMPORT |
#define | KIFACE_LOCAL APILOCAL |
#define APIEXPORT |
Macros which export functions from a DLL/DSO.
See: http://gcc.gnu.org/wiki/Visibility
Definition at line 42 of file import_export.h.
#define APIIMPORT |
Definition at line 43 of file import_export.h.
#define APILOCAL |
Definition at line 44 of file import_export.h.
#define APIVISIBLE |
Definition at line 55 of file import_export.h.
#define KIFACE_API APIIMPORT |
Definition at line 61 of file import_export.h.
#define KIFACE_LOCAL APILOCAL |
Definition at line 64 of file import_export.h.