|
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 38 of file import_export.h.
| #define APIIMPORT |
Definition at line 39 of file import_export.h.
| #define APILOCAL |
Definition at line 40 of file import_export.h.
| #define APIVISIBLE |
Definition at line 51 of file import_export.h.
Referenced by to_json().
| #define KIFACE_API APIIMPORT |
Definition at line 57 of file import_export.h.
Referenced by KIFACE_GETTER(), and KIFACE_GETTER().
| #define KIFACE_LOCAL APILOCAL |
Definition at line 60 of file import_export.h.