kicad/thirdparty/dxflib_qcad/dl_global.h

14 lines
309 B
C

#if defined(DXFLIB_DLL)
# ifdef _WIN32
# if defined(DXFLIB_LIBRARY)
# define DXFLIB_EXPORT __declspec( dllexport )
# else
# define DXFLIB_EXPORT __declspec( dllimport )
# endif
# else
# define DXFLIB_EXPORT
# endif
#else
# define DXFLIB_EXPORT
#endif