Changeset 13210
- Timestamp:
- 10/13/08 14:05:23 (3 months ago)
- Files:
-
- trunk/include/iprt/cdefs.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/iprt/cdefs.h
r13209 r13210 1005 1005 1006 1006 /** @def RT_HIDWORD 1007 * Gets the high dword (=uint32_t) o ga 64-bit of something. */1007 * Gets the high dword (=uint32_t) of a 64-bit of something. */ 1008 1008 #define RT_LODWORD(a) ((a) >> 32) 1009 1009

