VirtualBox

Changeset 26011 in vbox for trunk/include


Ignore:
Timestamp:
Jan 25, 2010 3:09:26 PM (15 years ago)
Author:
vboxsync
Message:

iprt/cdefs.h: build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cdefs.h

    r26007 r26011  
    12261226#define RT_MAKE_U32(Lo, Hi) \
    12271227    ((uint32_t)(  (uint32_t)((uint16_t)(Hi)) << 16 \
    1228                 | (uint16_t)(Lo) )
     1228                | (uint16_t)(Lo) ))
    12291229
    12301230/** @def RT_MAKE_U32_FROM_U8
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette