X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/905372991fb9872a7ea82991055a34e161ea29c3..48f625bc2ce81132a2a8c2d7c524a03f1b7196e5:/src/msw/stdpaths.cpp diff --git a/src/msw/stdpaths.cpp b/src/msw/stdpaths.cpp index 707c30e383..d0f397e00a 100644 --- a/src/msw/stdpaths.cpp +++ b/src/msw/stdpaths.cpp @@ -282,9 +282,8 @@ wxString wxStandardPathsWin16::GetConfigDir() const wxLogLastError(_T("GetWindowsDirectory")); } #else - // TODO: - // eVC4 - use CSIDL_WINDOWS - // eVC3 - probably not possible through API + // TODO: use CSIDL_WINDOWS (eVC4, possibly not eVC3) + dir = wxT("\\Windows"); #endif return dir;