ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
dl_global.h
Go to the documentation of this file.
1 #if defined(DXFLIB_DLL)
2 #ifdef _WIN32
3 #if defined(DXFLIB_LIBRARY)
4 #define DXFLIB_EXPORT __declspec(dllexport)
5 #else
6 #define DXFLIB_EXPORT __declspec(dllimport)
7 #endif
8 #else
9 #define DXFLIB_EXPORT
10 #endif
11 #else
12 #define DXFLIB_EXPORT
13 #endif