Changeset 13210 in vbox for trunk/include/iprt
- Timestamp:
- Oct 13, 2008 12:05:23 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 37758
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.