From 0367d3391cc0faf0e90fc9693a2e19656ee67997 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sat, 2 Apr 2005 17:22:22 +0000 Subject: [PATCH] \ is a reasonable home directory on WinCE git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33268 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.45.2