]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xmlres.h
adding Robert Lang's native CG-Bezier patch
[wxWidgets.git] / include / wx / xrc / xmlres.h
index b90ea184108fdfb2aafd9e426acd24c27c1ac5ab..5f0a85cef51cb19e7b21b003e2e5104f58d597f7 100644 (file)
@@ -124,8 +124,10 @@ public:
     // This method understands VFS (see filesys.h).
     bool Load(const wxString& filemask);
 
+#if wxABI_VERSION > 20601
     // Unload resource from the given XML file (wildcards not allowed)
     bool Unload(const wxString& filename);
+#endif // wxABI_VERSION
 
     // Initialize handlers for all supported controls/windows. This will
     // make the executable quite big because it forces linking against
@@ -253,6 +255,7 @@ protected:
                                 wxObject *instance = NULL,
                                 wxXmlResourceHandler *handlerToUse = NULL);
 
+#if wxABI_VERSION > 20601
     // Helper of Load() and Unload(): returns the URL corresponding to the
     // given file if it's indeed a file, otherwise returns the original string
     // unmodified
@@ -264,6 +267,8 @@ protected:
     static bool IsArchive(const wxString& filename);
 #endif // wxUSE_FILESYSTEM
 
+#endif // wxABI_VERSION
+
 private:
     long m_version;