X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/267e11c550afd6c2c08fd118396da20a0c55674a..ed4eede6c2c16cdb422a39c1b3655956b8f51a1c:/src/msw/utils.cpp diff --git a/src/msw/utils.cpp b/src/msw/utils.cpp index c8a199dc45..ef6d79c150 100644 --- a/src/msw/utils.cpp +++ b/src/msw/utils.cpp @@ -390,7 +390,7 @@ const wxChar* wxGetHomeDir(wxString *pstr) strDir = windowsPath; #endif #elif defined(__WXWINCE__) - // Nothing + strDir = wxT("\\"); #else strDir.clear();