]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/stdpaths.h
wxColour -> NSColor conversion.
[wxWidgets.git] / include / wx / msw / stdpaths.h
index e6668daa147958d93acccd117f1fd162c9828603..a9d53f38a6b641a9e8ab9b85ce5a5a631c47f14a 100644 (file)
@@ -62,6 +62,10 @@ public:
     // Undo the effects of all preceding IgnoreAppSubDir() calls.
     void DontIgnoreAppSubDir();
 
+
+    // Returns the directory corresponding to the specified Windows shell CSIDL
+    static wxString MSWGetShellDir(int csidl);
+
 protected:
     // get the path corresponding to the given standard CSIDL_XXX constant
     static wxString DoGetDirectory(int csidl);