Changeset 30995 in vbox
- Timestamp:
- Jul 22, 2010 1:49:27 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63907
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cdefs.h
r29274 r30995 1294 1294 1295 1295 /** @def RT_MAKE_U16 1296 * Constructs a uint 32_t value from two uint16_t values.1296 * Constructs a uint16_t value from two uint8_t values. 1297 1297 */ 1298 1298 #define RT_MAKE_U16(Lo, Hi) \
Note:
See TracChangeset
for help on using the changeset viewer.