]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/utils/convertrc/wxr2xml.h
use wxRect::Contains(), not Inside() (fixes compilation for WXWIN_COMPATIBILITY_2_6==0
[wxWidgets.git] / contrib / utils / convertrc / wxr2xml.h
index dd699e7e2a538776d987dbcafb17a7ae9caf711a..a8df9ad27a473c6746453ffcac375a115807342c 100644 (file)
@@ -1,15 +1,19 @@
-// wxr2xml.h: 
+// wxr2xml.h:
 // 8/30/00 Brian Gavin
 //////////////////////////////////////////////////////////////////////
 
 #if !defined(WXR2XML_H)
 #define 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);
 {
 public:
     bool Convert(wxString wxrfile,wxString xmlfile);
@@ -71,4 +75,4 @@ protected:
     wxFFile m_xmlfile;
 };
 
     wxFFile m_xmlfile;
 };
 
-#endif 
+#endif