Loading...
Searching...
No Matches
Go to the documentation of this file. 1#ifndef XXWidgetsExportDefH
2#define XXWidgetsExportDefH
10#if defined(__unix) || defined(__APPLE__) || defined(DOXYGEN)
11 #define XXWIDGETS_DECLSPEC
13 #ifdef EXTENSION_XXWIDGETS
14 #define XXWIDGETS_DECLSPEC __declspec(dllexport)
16 #define XXWIDGETS_DECLSPEC __declspec(dllimport)