Author: tkreuzer Date: Thu Jul 10 15:09:23 2008 New Revision: 34415
URL: http://svn.reactos.org/svn/reactos?rev=34415&view=rev Log: Patch by Stefan Ginsberg: fix members of UNIVERSAL_FONT_ID, based on msdn
Modified: trunk/reactos/include/reactos/win32k/ntgdityp.h
Modified: trunk/reactos/include/reactos/win32k/ntgdityp.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/win32k/ntgd... ============================================================================== --- trunk/reactos/include/reactos/win32k/ntgdityp.h [iso-8859-1] (original) +++ trunk/reactos/include/reactos/win32k/ntgdityp.h [iso-8859-1] Thu Jul 10 15:09:23 2008 @@ -215,7 +215,8 @@
typedef struct _UNIVERSAL_FONT_ID { - DWORD dwUfid[2]; + ULONG CheckSum; + ULONG Index; } UNIVERSAL_FONT_ID, *PUNIVERSAL_FONT_ID;
typedef struct _REALIZATION_INFO // Based on LOCALESIGNATURE