Go to the documentation of this file. 13 #if defined(__WXMSW__) 15 #if defined(EXPORT_LIB) 16 #define DLLIMPORT __declspec (dllexport) 18 #define DLLIMPORT __declspec (dllimport) 22 #if defined(EXPORT_EVENTS) 23 #define EVTIMPORT __declspec (dllexport) 25 #define EVTIMPORT __declspec (dllimport) 26 #endif // EXPORT_EVENTS