Changeset 40598 in vbox for trunk/include
- Timestamp:
- Mar 23, 2012 6:08:59 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77010
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/getopt.h
r38515 r40598 83 83 /** The value must be a string with value as "on" or "off". */ 84 84 #define RTGETOPT_REQ_BOOL_ONOFF 16 85 /** Boolean option accepting a wide range of typical ways of 86 * expression true and false. */ 87 #define RTGETOPT_REQ_BOOL 17 85 88 /** The mask of the valid required types. */ 86 89 #define RTGETOPT_REQ_MASK 31
Note:
See TracChangeset
for help on using the changeset viewer.