mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:42:59 +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
|
#define InterlockedOr16 _InterlockedOr16
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define GDIOBJ_POOL_TAG(type) ('00hG' + ((objt & 0x1f) << 24))
|
#define GDIOBJ_POOL_TAG(type) ('00hG' + (((type) & 0x1f) << 24))
|
||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue