]> git.saurik.com Git - wxWidgets.git/commitdiff
\ is a reasonable home directory on WinCE
authorJulian Smart <julian@anthemion.co.uk>
Sat, 2 Apr 2005 17:22:22 +0000 (17:22 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 2 Apr 2005 17:22:22 +0000 (17:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33268 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/utils.cpp

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