XX CMake Package
Loading...
Searching...
No Matches
XXNetworkExportDef.h
Go to the documentation of this file.
1#ifndef XXNetworkExportDefH
2#define XXNetworkExportDefH
3
8
9// clang-format off
10#if defined(__unix) || defined(__APPLE__) || defined(DOXYGEN)
11 #define XXNETWORK_DECLSPEC
12#else
13 #ifdef EXTENSION_XXNETWORK
14 #define XXNETWORK_DECLSPEC __declspec(dllexport)
15 #else
16 #define XXNETWORK_DECLSPEC __declspec(dllimport)
17 #endif
18#endif
19// clang-format on
20
21#endif // NOT XXNetworkExportDefH