VirtualBox

Changeset 13211 in vbox


Ignore:
Timestamp:
Oct 13, 2008 12:13:11 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37759
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.

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