mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:25:39 +00:00
Patch by Stefan Ginsberg:
fix members of UNIVERSAL_FONT_ID, based on msdn svn path=/trunk/; revision=34415
This commit is contained in:
parent
af3974cb4a
commit
793805597e
1 changed files with 2 additions and 1 deletions
|
@ -215,7 +215,8 @@ typedef struct _CHWIDTHINFO
|
||||||
|
|
||||||
typedef struct _UNIVERSAL_FONT_ID
|
typedef struct _UNIVERSAL_FONT_ID
|
||||||
{
|
{
|
||||||
DWORD dwUfid[2];
|
ULONG CheckSum;
|
||||||
|
ULONG Index;
|
||||||
} UNIVERSAL_FONT_ID, *PUNIVERSAL_FONT_ID;
|
} UNIVERSAL_FONT_ID, *PUNIVERSAL_FONT_ID;
|
||||||
|
|
||||||
typedef struct _REALIZATION_INFO // Based on LOCALESIGNATURE
|
typedef struct _REALIZATION_INFO // Based on LOCALESIGNATURE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue