Changeset 25323 in vbox for trunk/include/iprt
- Timestamp:
- Dec 11, 2009 12:27:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/getopt.h
r25317 r25323 203 203 /** The option definition which matched. NULL otherwise. */ 204 204 PCRTGETOPTDEF pDef; 205 /** The index of an index option, otherwise UINT 64_MAX. */206 uint 64_t uIndex;205 /** The index of an index option, otherwise UINT32_MAX. */ 206 uint32_t uIndex; 207 207 /* More members will be added later for dealing with initial 208 208 call, optional sorting, '--' and so on. */
Note:
See TracChangeset
for help on using the changeset viewer.