VirtualBox

Changeset 13211

Show
Ignore:
Timestamp:
10/13/08 14:13:11 (3 months ago)
Author:
vboxsync
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy