Changeset 27801 in vbox for trunk/include
- Timestamp:
- Mar 29, 2010 8:05:03 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59461
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/getopt.h
r27384 r27801 142 142 const char *psz; 143 143 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 #endif147 148 144 /** A RTGETOPT_REQ_INT8 option argument. */ 149 145 int8_t i8; … … 170 166 /** A RTGETOPT_REQ_UUID option argument. */ 171 167 RTUUID Uuid; 172 /** A signed integer value. */173 int64_t i;174 /** An unsigned integer value. */175 uint64_t u;176 168 /** A boolean flag. */ 177 169 bool f;
Note:
See TracChangeset
for help on using the changeset viewer.