KiCad PCB EDA Suite
Loading...
Searching...
No Matches
import_export.h File Reference

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
 

Macro Definition Documentation

◆ APIEXPORT

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

◆ APIIMPORT

#define APIIMPORT

Definition at line 43 of file import_export.h.

◆ APILOCAL

#define APILOCAL

Definition at line 44 of file import_export.h.

◆ APIVISIBLE

#define APIVISIBLE

Definition at line 55 of file import_export.h.

◆ KIFACE_API

#define KIFACE_API   APIIMPORT

Definition at line 61 of file import_export.h.

◆ KIFACE_LOCAL

#define KIFACE_LOCAL   APILOCAL

Definition at line 64 of file import_export.h.