X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/854e189f90dac9ba5e0239bca79aed64e8d6f46c..fd587c7a5e2424a3a29012ac3efa6fff84dba035:/include/wx/xrc/xh_bmp.h diff --git a/include/wx/xrc/xh_bmp.h b/include/wx/xrc/xh_bmp.h index eda67ffd50..10479bed2e 100644 --- a/include/wx/xrc/xh_bmp.h +++ b/include/wx/xrc/xh_bmp.h @@ -11,14 +11,10 @@ #ifndef _WX_XH_BMP_H_ #define _WX_XH_BMP_H_ -#if defined(__GNUG__) && !defined(__APPLE__) -#pragma interface "xh_bmp.h" -#endif - #include "wx/xrc/xmlres.h" -class WXXMLDLLEXPORT wxBitmapXmlHandler : public wxXmlResourceHandler +class WXDLLIMPEXP_XRC wxBitmapXmlHandler : public wxXmlResourceHandler { DECLARE_DYNAMIC_CLASS(wxBitmapXmlHandler) public: @@ -27,7 +23,7 @@ public: virtual bool CanHandle(wxXmlNode *node); }; -class WXXMLDLLEXPORT wxIconXmlHandler : public wxXmlResourceHandler +class WXDLLIMPEXP_XRC wxIconXmlHandler : public wxXmlResourceHandler { DECLARE_DYNAMIC_CLASS(wxIconXmlHandler) public: