XX CMake Package
Loading...
Searching...
No Matches
XXCppExportDef.h
Go to the documentation of this file.
1#ifndef XXToolCppExportDefH
2#define XXToolCppExportDefH
3
20
21// clang-format off
22#if defined(__unix) || defined(__APPLE__) || defined(DOXYGEN)
23 #define XXCPP_DECLSPEC
24#else
25 #ifdef EXTENSION_XXCPP
26 #define XXCPP_DECLSPEC __declspec(dllexport)
27 #else
28 #define XXCPP_DECLSPEC __declspec(dllimport)
29 #endif
30#endif
31// clang-format on
32
33#endif // NOT XXToolCppExportDefH