[ros-diffs] [tkreuzer] 34415: Patch by Stefan Ginsberg: fix members of UNIVERSAL_FONT_ID, based on msdn

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Thu Jul 10 22:09:24 CEST 2008


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/ntgdityp.h?rev=34415&r1=34414&r2=34415&view=diff
==============================================================================
--- 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



More information about the Ros-diffs mailing list