- Fix macro defitnition

svn path=/trunk/; revision=56960
This commit is contained in:
Jérôme Gardou
2012-07-24 15:38:46 +00:00
parent 348b5eb57f
commit aa8dbbffd8
+1 -1
View File
@@ -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
{