mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[WIN32K]
- Fix macro defitnition svn path=/trunk/; revision=56960
This commit is contained in:
parent
348b5eb57f
commit
aa8dbbffd8
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
|||
#define InterlockedOr16 _InterlockedOr16
|
||||
#endif
|
||||
|
||||
#define GDIOBJ_POOL_TAG(type) ('00hG' + ((objt & 0x1f) << 24))
|
||||
#define GDIOBJ_POOL_TAG(type) ('00hG' + (((type) & 0x1f) << 24))
|
||||
|
||||
enum
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue