X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/936a13b5015f87819f27aeca2cd232bedfe45106..f8a280159dcd2d6a98d8b5722645f9cb11c96c73:/contrib/include/wx/gizmos/gizmos.h diff --git a/contrib/include/wx/gizmos/gizmos.h b/contrib/include/wx/gizmos/gizmos.h index d9a8aadfc6..43207ea437 100644 --- a/contrib/include/wx/gizmos/gizmos.h +++ b/contrib/include/wx/gizmos/gizmos.h @@ -9,4 +9,12 @@ #define WXDLLIMPEXP_GIZMOS #endif +#ifdef WXMAKINGDLL_GIZMOS_XRC + #define WXDLLIMPEXP_GIZMOS_XRC WXEXPORT +#elif defined(WXUSINGDLL) + #define WXDLLIMPEXP_GIZMOS_XRC WXIMPORT +#else // not making nor using DLL + #define WXDLLIMPEXP_GIZMOS_XRC +#endif + #endif