X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/503602dfe7fd468159d8d563657ad10c0bf6601f..f3ebbc0ac81967b5ef42414ffd753905075940dd:/src/msw/stdpaths.cpp diff --git a/src/msw/stdpaths.cpp b/src/msw/stdpaths.cpp index 02b714d8f4..d0f397e00a 100644 --- a/src/msw/stdpaths.cpp +++ b/src/msw/stdpaths.cpp @@ -283,7 +283,7 @@ wxString wxStandardPathsWin16::GetConfigDir() const } #else // TODO: use CSIDL_WINDOWS (eVC4, possibly not eVC3) - return wxT("\\Windows"); + dir = wxT("\\Windows"); #endif return dir;