Changeset 26011 in vbox for trunk/include
- Timestamp:
- Jan 25, 2010 3:09:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cdefs.h
r26007 r26011 1226 1226 #define RT_MAKE_U32(Lo, Hi) \ 1227 1227 ((uint32_t)( (uint32_t)((uint16_t)(Hi)) << 16 \ 1228 | (uint16_t)(Lo) ) 1228 | (uint16_t)(Lo) )) 1229 1229 1230 1230 /** @def RT_MAKE_U32_FROM_U8
Note:
See TracChangeset
for help on using the changeset viewer.