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:
Nikolay Sivov 2016-02-12 01:50:49 +03:00 committed by Alexandre Julliard
parent 4dcb219339
commit 932838faa3
1 changed files with 1 additions and 1 deletions

View File

@ -2387,7 +2387,7 @@ static void LoadReplaceList(void)
replace += strlenW(replace) + 1;
}
}
else
else if (type == REG_SZ)
map_font_family(value, data);
}
else