]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/stdpaths.h
more warning fixes about empty if statement in helper classes in release build
[wxWidgets.git] / include / wx / msw / stdpaths.h
index e89e80b22731934dff5b6bf6e78f2b87c2166837..56bae840f50963784e43278862c97555e310a529 100644 (file)
@@ -26,10 +26,14 @@ public:
     virtual wxString GetUserDataDir() const;
     virtual wxString GetUserLocalDataDir() const;
     virtual wxString GetPluginsDir() const;
+    virtual wxString GetDocumentsDir() const;
 
 protected:
     // get the path corresponding to the given standard CSIDL_XXX constant
     static wxString DoGetDirectory(int csidl);
+
+    // return the directory of the application itself
+    static wxString GetAppDir();
 };
 
 // ----------------------------------------------------------------------------