By support at augusti 20, 2008 21:16
Filed Under:
In windefs.c around 13 change to
FontSpec platform_default_fontspec(const char *name)
{
FontSpec ret;
if (!strcmp(name, "Font")) {
strcpy(ret.name, "Fixedsys");
ret.isbold = 0;
ret.charset = ANSI_CHARSET;
ret.height = 10;
} else {
ret.name[0] = '\0';
}
return ret;
}
bc346d2c-8ff2-46a6-81fb-18816386bb2e|0|.0
Tags: