Loading...
Searching...
No Matches
Go to the documentation of this file. 1#ifndef XXToolCppExportDefH
2#define XXToolCppExportDefH
22#if defined(__unix) || defined(__APPLE__) || defined(DOXYGEN)
23 #define XXCPP_DECLSPEC
25 #ifdef EXTENSION_XXCPP
26 #define XXCPP_DECLSPEC __declspec(dllexport)
28 #define XXCPP_DECLSPEC __declspec(dllimport)