]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/utils/convertrc/wxr2xml.h
offset version by 1 to avoid having compatibility_version of 0.0.0 under Darwin:...
[wxWidgets.git] / contrib / utils / convertrc / wxr2xml.h
index 8692f9c8b93da1a43cfc8a172e4916df9db93d05..a8df9ad27a473c6746453ffcac375a115807342c 100644 (file)
@@ -1,18 +1,19 @@
-// wxr2xml.h: 
+// wxr2xml.h:
 // 8/30/00 Brian Gavin
 //////////////////////////////////////////////////////////////////////
 
 #if !defined(WXR2XML_H)
 #define WXR2XML_H
 
-#include <wx/ffile.h>
-#include "wx/resource.h"
+#include "wx/ffile.h"
+#include "wx/deprecated/setup.h"
+#include "wx/deprecated/resource.h"
 
 #if !wxUSE_WX_RESOURCES
 #error  "convertc requires wxUSE_WX_RESOURCES"
 #endif  // wxUSE_WX_RESOURCES
 
-class wxr2xml : public wxObject  
+class wxr2xml : public wxObject
 {
 public:
     bool Convert(wxString wxrfile,wxString xmlfile);
@@ -74,4 +75,4 @@ protected:
     wxFFile m_xmlfile;
 };
 
-#endif 
+#endif