]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xh_bmpbt.h
Fix a couple of export declarations
[wxWidgets.git] / include / wx / xrc / xh_bmpbt.h
index 3be9eb5e0e9ced234bd09dfd040dfa66b98e1497..bb52c9eb8abf4ea94c0bf9179d72b0d517350084 100644 (file)
 #ifndef _WX_XH_BMPBT_H_
 #define _WX_XH_BMPBT_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
-#pragma interface "xh_bmpbt.h"
-#endif
-
 #include "wx/xrc/xmlres.h"
 
+#if wxUSE_XRC
+
 
-class WXXMLDLLEXPORT wxBitmapButtonXmlHandler : public wxXmlResourceHandler
+class WXDLLIMPEXP_XRC wxBitmapButtonXmlHandler : public wxXmlResourceHandler
 {
 DECLARE_DYNAMIC_CLASS(wxBitmapButtonXmlHandler)
 public:
@@ -27,5 +25,7 @@ public:
     virtual bool CanHandle(wxXmlNode *node);
 };
 
+#endif // wxUSE_XRC
+
 
 #endif // _WX_XH_BMPBT_H_