]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/stdpaths.cpp
Remove unused NO_SORT constant.
[wxWidgets.git] / src / msw / stdpaths.cpp
index 579844fad03a2e38c683639bbb8653e50e1c6113..42b9fa9b7e5514c5d043247bcb311cb7d7ca83ae 100644 (file)
@@ -321,15 +321,18 @@ void wxStandardPaths::DontIgnoreAppSubDir()
     m_appDir.clear();
 }
 
+/* static */
+wxString wxStandardPaths::MSWGetShellDir(int csidl)
+{
+    return DoGetDirectory(csidl);
+}
+
 // ----------------------------------------------------------------------------
 // public functions
 // ----------------------------------------------------------------------------
 
 wxStandardPaths::wxStandardPaths()
 {
-    // under MSW it's common to use both the applicatio nand vendor
-    UseAppInfo(AppInfo_AppName | AppInfo_VendorName);
-
     // make it possible to run uninstalled application from the build directory
     IgnoreAppBuildSubDirs();
 }