Dmitry Timoshkov dmitry@codeweavers.com writes:
@@ -365,7 +365,7 @@ static struct list system_links = LIST_INIT(system_links);
static struct list font_subst_list = LIST_INIT(font_subst_list);
-static struct list font_list = LIST_INIT(font_list); +static struct list global_font_list = LIST_INIT(global_font_list);
I don't see any reason to rename the variable, that makes the patch much larger than necessary.