Changeset 13211 in vbox for trunk/include
- Timestamp:
- Oct 13, 2008 12:13:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cdefs.h
r13210 r13211 1006 1006 /** @def RT_HIDWORD 1007 1007 * Gets the high dword (=uint32_t) of a 64-bit of something. */ 1008 #define RT_ LODWORD(a) ((a) >> 32)1008 #define RT_HIDWORD(a) ((a) >> 32) 1009 1009 1010 1010 /** @def RT_LOWORD
Note:
See TracChangeset
for help on using the changeset viewer.