X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/854e189f90dac9ba5e0239bca79aed64e8d6f46c..b9efe021b554fa3967d1442cf758435c5cd5ae8f:/include/wx/xrc/xh_bmp.h?ds=sidebyside diff --git a/include/wx/xrc/xh_bmp.h b/include/wx/xrc/xh_bmp.h index eda67ffd50..eb8799aa65 100644 --- a/include/wx/xrc/xh_bmp.h +++ b/include/wx/xrc/xh_bmp.h @@ -11,14 +11,14 @@ #ifndef _WX_XH_BMP_H_ #define _WX_XH_BMP_H_ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #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 +27,7 @@ public: virtual bool CanHandle(wxXmlNode *node); }; -class WXXMLDLLEXPORT wxIconXmlHandler : public wxXmlResourceHandler +class WXDLLIMPEXP_XRC wxIconXmlHandler : public wxXmlResourceHandler { DECLARE_DYNAMIC_CLASS(wxIconXmlHandler) public: