X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/503602dfe7fd468159d8d563657ad10c0bf6601f..2bc63d3f80fc45f7201b17c416afa62acc546037:/src/msw/stdpaths.cpp?ds=sidebyside 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;