XX CMake Package
Loading...
Searching...
No Matches
XXMathExportDef.h
Go to the documentation of this file.
1#ifndef XXMathExportDefH
2#define XXMathExportDefH
3
14
15// clang-format off
16#if defined(__unix) || defined(__APPLE__) || defined(DOXYGEN)
17 #define XXMATH_DECLSPEC
18#else
19 #ifdef EXTENSION_XXMATH
20 #define XXMATH_DECLSPEC __declspec(dllexport)
21 #else
22 #define XXMATH_DECLSPEC __declspec(dllimport)
23 #endif
24#endif
25// clang-format on
26
27#endif // NOT XXMathExportDefH