Loading...
Searching...
No Matches
Go to the documentation of this file. 1#ifndef XXMathExportDefH
2#define XXMathExportDefH
16#if defined(__unix) || defined(__APPLE__) || defined(DOXYGEN)
17 #define XXMATH_DECLSPEC
19 #ifdef EXTENSION_XXMATH
20 #define XXMATH_DECLSPEC __declspec(dllexport)
22 #define XXMATH_DECLSPEC __declspec(dllimport)