\ is a reasonable home directory on WinCE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33268 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2005-04-02 17:22:22 +00:00
parent 7480218428
commit 0367d3391c

View File

@ -390,7 +390,7 @@ const wxChar* wxGetHomeDir(wxString *pstr)
strDir = windowsPath;
#endif
#elif defined(__WXWINCE__)
// Nothing
strDir = wxT("\\");
#else
strDir.clear();