\ 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:
parent
7480218428
commit
0367d3391c
@ -390,7 +390,7 @@ const wxChar* wxGetHomeDir(wxString *pstr)
|
|||||||
strDir = windowsPath;
|
strDir = windowsPath;
|
||||||
#endif
|
#endif
|
||||||
#elif defined(__WXWINCE__)
|
#elif defined(__WXWINCE__)
|
||||||
// Nothing
|
strDir = wxT("\\");
|
||||||
#else
|
#else
|
||||||
strDir.clear();
|
strDir.clear();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user