mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:22:57 +00:00
Patch by Filip Navara <xnavara@volny.cz>:
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:
parent
981a893bbd
commit
3e745d2acd
1 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@
|
||||||
/*
|
/*
|
||||||
* GDIOBJ.C - GDI object manipulation routines
|
* 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
|
typedef struct _GDI_HANDLE_TABLE
|
||||||
{
|
{
|
||||||
WORD wTableSize;
|
WORD wTableSize;
|
||||||
PGDIOBJHDR Handles[1];
|
|
||||||
WORD AllocationHint;
|
WORD AllocationHint;
|
||||||
|
PGDIOBJHDR Handles[1];
|
||||||
} GDI_HANDLE_TABLE, *PGDI_HANDLE_TABLE;
|
} GDI_HANDLE_TABLE, *PGDI_HANDLE_TABLE;
|
||||||
|
|
||||||
/* GDI stock objects */
|
/* GDI stock objects */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue