]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/fontutil.cpp
Smooth Aqua buttons in wxTreeCtrl.
[wxWidgets.git] / src / msw / fontutil.cpp
index f994a460a4ee0277ac66e9ef0594580b075a0d15..5fdf917e370e22c06289625248f5d867a6370d7a 100644 (file)
 
 #include "wx/tokenzr.h"
 
+// for MSVC5 and old w32api
+#ifndef HANGUL_CHARSET
+#    define HANGUL_CHARSET  129
+#endif
+
 // ============================================================================
 // implementation
 // ============================================================================
@@ -63,8 +68,6 @@ bool wxNativeEncodingInfo::FromString(const wxString& s)
     encoding = (wxFontEncoding)enc;
 
     facename = tokenizer.GetNextToken();
-    if ( !facename )
-        return FALSE;
 
     wxString tmp = tokenizer.GetNextToken();
     if ( !tmp )