]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xh_bmpbt.h
use MSWAlwaysDrawBg() to fix the problem with black background; rewrote/cleaned up...
[wxWidgets.git] / include / wx / xrc / xh_bmpbt.h
index b2fdee58f41199fc43ef902a5237e2b88718d79d..6a33f955facf8236e1ddfb2571b0b262ba2e3806 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "wx/xrc/xmlres.h"
 
-#if wxUSE_XML && wxUSE_XRC
+#if wxUSE_XRC
 
 
 class WXDLLIMPEXP_XRC wxBitmapButtonXmlHandler : public wxXmlResourceHandler
@@ -29,7 +29,7 @@ public:
     virtual bool CanHandle(wxXmlNode *node);
 };
 
-#endif //wxUSE_XML && wxUSE_XRC
+#endif // wxUSE_XRC
 
 
 #endif // _WX_XH_BMPBT_H_