VirtualBox

Changeset 25323 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Dec 11, 2009 12:27:17 PM (15 years ago)
Author:
vboxsync
Message:

iprt/getopt.h/cpp: Made the uIndex 32-bit instead of 64-bit as we don't need 64-bit and it only causes lots of warnings when compiling VBoxManage with MSC.

File:
1 edited

Legend:

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

    r25317 r25323  
    203203    /** The option definition which matched. NULL otherwise. */
    204204    PCRTGETOPTDEF   pDef;
    205     /** The index of an index option, otherwise UINT64_MAX. */
    206     uint64_t        uIndex;
     205    /** The index of an index option, otherwise UINT32_MAX. */
     206    uint32_t        uIndex;
    207207    /* More members will be added later for dealing with initial
    208208       call, optional sorting, '--' and so on. */
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