(harmless) eVC4 warning fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-06-15 23:44:18 +00:00
parent e943ebd8b5
commit 4fb9d560c4

View File

@@ -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;