]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utils.cpp
Add comments explaining the workaround for mingw 3.2.3
[wxWidgets.git] / src / msw / utils.cpp
index ff93865781eb100c5e0880309267ea0671439341..ef6d79c1508343d32bf9cb1d1942ccb4b8123715 100644 (file)
@@ -390,7 +390,7 @@ const wxChar* wxGetHomeDir(wxString *pstr)
         strDir = windowsPath;
     #endif
 #elif defined(__WXWINCE__)
-      // Nothing
+    strDir = wxT("\\");
 #else
     strDir.clear();
 
@@ -1410,7 +1410,7 @@ extern long wxCharsetToCodepage(const wxChar *name)
     if ( !name )
         return -1;
 
-    wxFontEncoding enc = wxFontMapper::Get()->CharsetToEncoding(name, false);
+    wxFontEncoding enc = wxFontMapperBase::Get()->CharsetToEncoding(name, false);
     if ( enc == wxFONTENCODING_SYSTEM )
         return -1;