[FONT][WIN32SS] Include the style name in the registry key.

Thanks to Doug Lyons for pinpointing the issue.

CORE-14044
This commit is contained in:
Mark Jansen 2018-10-02 00:50:34 +02:00
parent 758f9fbdb9
commit 3d44f79e3e
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
2 changed files with 43 additions and 16 deletions

View file

@ -6,6 +6,7 @@ typedef struct _FONT_ENTRY
LIST_ENTRY ListEntry;
FONTGDI *Font;
UNICODE_STRING FaceName;
UNICODE_STRING StyleName;
BYTE NotEnum;
} FONT_ENTRY, *PFONT_ENTRY;