Changeset 13209
- Timestamp:
- 10/13/08 14:00:29 (3 months ago)
- Files:
-
- trunk/include/iprt/cdefs.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/iprt/cdefs.h
r13208 r13209 1002 1002 /** @def RT_LODWORD 1003 1003 * Gets the low dword (=uint32_t) of something. */ 1004 #define RT_LODWORD(a) ((a) & UINT32_C(0xffffffff f))1004 #define RT_LODWORD(a) ((a) & UINT32_C(0xffffffff)) 1005 1005 1006 1006 /** @def RT_HIDWORD

