]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/stdpaths.h
no changes, just corrected the comment for wxConvLocal
[wxWidgets.git] / include / wx / msw / stdpaths.h
index e89e80b22731934dff5b6bf6e78f2b87c2166837..5273872dcedb40b643646e1754c76ad76fbab773 100644 (file)
@@ -30,6 +30,9 @@ public:
 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();
 };
 
 // ----------------------------------------------------------------------------