]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/stdpaths.cpp
Applied #10639 (Not all previewed fonts are displayed with the correct nameface)
[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
 // ----------------------------------------------------------------------------