mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Fix GDI_HANDLE_INDEX_MASK, thanks to Jonathan Wilson
svn path=/trunk/; revision=6116
This commit is contained in:
parent
cb74b26689
commit
0b9c284361
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
/*
|
||||
* GDIOBJ.C - GDI object manipulation routines
|
||||
*
|
||||
* $Id: gdiobj.c,v 1.41 2003/09/09 10:57:03 gvg Exp $
|
||||
* $Id: gdiobj.c,v 1.42 2003/09/23 18:04:42 gvg Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -43,7 +43,7 @@
|
|||
|
||||
#define GDI_GLOBAL_PROCESS ((HANDLE) 0xffffffff)
|
||||
|
||||
#define GDI_HANDLE_INDEX_MASK 0x00000fff
|
||||
#define GDI_HANDLE_INDEX_MASK 0x00003fff
|
||||
#define GDI_HANDLE_TYPE_MASK 0x007f0000
|
||||
#define GDI_HANDLE_STOCK_MASK 0x00800000
|
||||
|
||||
|
|
Loading…
Reference in a new issue