mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[WIN32K]
- Fix macro defitnition svn path=/trunk/; revision=56960
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user