valentina_old/src/libs/vdxf/dxflib/dl_global.h

14 lines
299 B
C
Raw Normal View History

2015-09-07 16:39:04 +02:00
#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