]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xh_bmp.h
made UTF-16/32 equivalent to the corresponding LE/BE version (patch 812358)
[wxWidgets.git] / include / wx / xrc / xh_bmp.h
index eda67ffd506efe8186a60f407a6f73a39dfdd422..5800b14e3712679d067f74232c48cc7f7d8c9a7c 100644 (file)
@@ -18,7 +18,7 @@
 #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: