KiCad PCB EDA Suite
|
Go to the source code of this file.
Macros | |
#define | APIEXPORT |
Macros which export functions from a DLL/DSO. More... | |
#define | APIIMPORT |
#define | APILOCAL |
#define | MY_API(rettype) APIIMPORT rettype |
#define | MY_LOCAL(rettype) APILOCAL rettype |
#define APIEXPORT |
Macros which export functions from a DLL/DSO.
See: http://gcc.gnu.org/wiki/Visibility
Definition at line 44 of file import_export.h.
#define APIIMPORT |
Definition at line 45 of file import_export.h.
#define APILOCAL |
Definition at line 46 of file import_export.h.
#define MY_API | ( | rettype | ) | APIIMPORT rettype |
Definition at line 55 of file import_export.h.
#define MY_LOCAL | ( | rettype | ) | APILOCAL rettype |
Definition at line 58 of file import_export.h.