VirtualBox

Changeset 13211 in vbox for trunk/include


Ignore:
Timestamp:
Oct 13, 2008 12:13:11 PM (16 years ago)
Author:
vboxsync
Message:

iprt/cdefs.h: typo (LODWORD -> HIDWORD)

File:
1 edited

Legend:

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

    r13210 r13211  
    10061006/** @def RT_HIDWORD
    10071007 * 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)
    10091009
    10101010/** @def RT_LOWORD
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