X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a83f860948059b0273b5cc6d9e43fadad3ebfca..9914bfbb77f48baf869b63aff58feb2b145ff4d3:/src/msw/stdpaths.cpp diff --git a/src/msw/stdpaths.cpp b/src/msw/stdpaths.cpp index 579844fad0..42b9fa9b7e 100644 --- a/src/msw/stdpaths.cpp +++ b/src/msw/stdpaths.cpp @@ -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(); }