splitted gizmos library into gizmos and gizmos_xrc in order to fix broken compilation of DLLs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
@@ -21,7 +21,8 @@
|
||||
// XML resource handler for the wxStaticPicture class in wxContrib.
|
||||
//
|
||||
|
||||
class WXDLLIMPEXP_GIZMOS wxStaticPictureXmlHandler : public wxXmlResourceHandler
|
||||
class WXDLLIMPEXP_GIZMOS_XRC wxStaticPictureXmlHandler
|
||||
: public wxXmlResourceHandler
|
||||
{
|
||||
public:
|
||||
|
||||
|
Reference in New Issue
Block a user