VirtualBox

Changeset 27801 in vbox for trunk/include


Ignore:
Timestamp:
Mar 29, 2010 8:05:03 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59461
Message:

getopt fix.

File:
1 edited

Legend:

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

    r27384 r27801  
    142142    const char     *psz;
    143143
    144 #if !defined(RT_ARCH_AMD64) && !defined(RT_ARCH_X86)
    145 # error "PORTME: big-endian systems will need to fix the layout here to get the next two fields working right"
    146 #endif
    147 
    148144    /** A RTGETOPT_REQ_INT8 option argument. */
    149145    int8_t          i8;
     
    170166    /** A RTGETOPT_REQ_UUID option argument. */
    171167    RTUUID          Uuid;
    172     /** A signed integer value. */
    173     int64_t         i;
    174     /** An unsigned integer value. */
    175     uint64_t        u;
    176168    /** A boolean flag. */
    177169    bool            f;
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