]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/stdpaths.cpp
Output the extracted number from wxString::ToXXX() even if it returns false.
[wxWidgets.git] / src / msw / stdpaths.cpp
index 579844fad03a2e38c683639bbb8653e50e1c6113..3667c1e954e3ce6f1e945777f073cf4b1267b840 100644 (file)
@@ -321,6 +321,12 @@ void wxStandardPaths::DontIgnoreAppSubDir()
     m_appDir.clear();
 }
 
+/* static */
+wxString wxStandardPaths::MSWGetShellDir(int csidl)
+{
+    return DoGetDirectory(csidl);
+}
+
 // ----------------------------------------------------------------------------
 // public functions
 // ----------------------------------------------------------------------------