]> git.saurik.com Git - wxWidgets.git/blob - contrib/include/wx/gizmos/gizmos.h
Restore WXBASEPORT for carbon. This is more than just a flavour
[wxWidgets.git] / contrib / include / wx / gizmos / gizmos.h
1 #ifndef _WX_GIZMOS_H_
2 #define _WX_GIZMOS_H_
3
4 #ifdef WXMAKINGDLL_GIZMOS
5 #define WXDLLIMPEXP_GIZMOS WXEXPORT
6 #elif defined(WXUSINGDLL)
7 #define WXDLLIMPEXP_GIZMOS WXIMPORT
8 #else // not making nor using DLL
9 #define WXDLLIMPEXP_GIZMOS
10 #endif
11
12 #endif