mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Patch by Filip Navara <[email protected]>:
Can someone please commit this patch? I can't wait for the root's lock and this patch fixes one dumb problem/crash I introduced... svn path=/trunk/; revision=7953
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
/*
|
||||
* GDIOBJ.C - GDI object manipulation routines
|
||||
*
|
||||
* $Id: gdiobj.c,v 1.58 2004/02/01 08:07:07 navaraf Exp $
|
||||
* $Id: gdiobj.c,v 1.59 2004/02/01 09:58:30 mf Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -82,9 +82,9 @@
|
||||
|
||||
typedef struct _GDI_HANDLE_TABLE
|
||||
{
|
||||
WORD wTableSize;
|
||||
PGDIOBJHDR Handles[1];
|
||||
WORD wTableSize;
|
||||
WORD AllocationHint;
|
||||
PGDIOBJHDR Handles[1];
|
||||
} GDI_HANDLE_TABLE, *PGDI_HANDLE_TABLE;
|
||||
|
||||
/* GDI stock objects */
|
||||
|
||||
Reference in New Issue
Block a user