gdi32: Only REG_SZ and REG_MULTI_SZ types make sense for font replacement, ignore the rest.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
4dcb219339
commit
932838faa3
|
@ -2387,7 +2387,7 @@ static void LoadReplaceList(void)
|
|||
replace += strlenW(replace) + 1;
|
||||
}
|
||||
}
|
||||
else
|
||||
else if (type == REG_SZ)
|
||||
map_font_family(value, data);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue