Commit 220c83cb authored by Vincent Wei's avatar Vincent Wei
Browse files

tune code for MiniGUI 3.4

Showing with 2 additions and 8 deletions
+2 -8
......@@ -990,16 +990,10 @@ bool VtStart (PCONINFO con)
if (con->log_font == NULL) {
PLOGFONT sys_font = GetSystemFont (SYSLOGFONT_WCHAR_DEF);
if (sys_font->mbc_devfont)
charset = sys_font->charset;
else
charset = sys_font->charset;
charset = sys_font->charset;
}
else {
if (con->log_font->mbc_devfont)
charset = con->log_font->charset;
else
charset = con->log_font->charset;
charset = con->log_font->charset;
}
con->sysCoding = CODE_GB;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment