Author: jimtabor
Date: Fri Dec 21 17:02:37 2007
New Revision: 31373
URL:
http://svn.reactos.org/svn/reactos?rev=31373&view=rev
Log:
fix build
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/ntg…
==============================================================================
--- trunk/reactos/include/reactos/win32k/ntgdityp.h (original)
+++ trunk/reactos/include/reactos/win32k/ntgdityp.h Fri Dec 21 17:02:37 2007
@@ -143,7 +143,7 @@
typedef struct _UNIVERSAL_FONT_ID
{
DWORD dwUfid[2];
-} UNIVERSAL_FONT_ID *PUNIVERSAL_FONT_ID;
+} UNIVERSAL_FONT_ID, *PUNIVERSAL_FONT_ID;
typedef struct _REALIZATION_INFO // Based on LOCALESIGNATURE
{