mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:21:38 +00:00
[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:
parent
758f9fbdb9
commit
3d44f79e3e
2 changed files with 43 additions and 16 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue