KiCad PCB EDA Suite
import_export.h File Reference

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
 

Macro Definition Documentation

◆ APIEXPORT

#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.

◆ APIIMPORT

#define APIIMPORT

Definition at line 45 of file import_export.h.

◆ APILOCAL

#define APILOCAL

Definition at line 46 of file import_export.h.

◆ MY_API

#define MY_API (   rettype)    APIIMPORT rettype

Definition at line 55 of file import_export.h.

◆ MY_LOCAL

#define MY_LOCAL (   rettype)    APILOCAL rettype

Definition at line 58 of file import_export.h.