VirtualBox

Changeset 13209

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

too many f's

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/iprt/cdefs.h

    r13208 r13209  
    10021002/** @def RT_LODWORD 
    10031003 * Gets the low dword (=uint32_t) of something. */ 
    1004 #define RT_LODWORD(a)            ((a) & UINT32_C(0xfffffffff)) 
     1004#define RT_LODWORD(a)            ((a) & UINT32_C(0xffffffff)) 
    10051005 
    10061006/** @def RT_HIDWORD 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy