 |
QCAD
Open Source 2D CAD
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
33# define SIDX_C_DLL __declspec(dllexport)
34# define SIDX_DLL __declspec(dllexport)
36# if defined(USE_GCC_VISIBILITY_FLAG)
37# define SIDX_C_DLL __attribute__ ((visibility("default")))
38# define SIDX_DLL __attribute__ ((visibility("default")))