Changeset 5838 in vbox for trunk/include/iprt
- Timestamp:
- Nov 26, 2007 5:15:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r5760 r5838 418 418 #define VWRN_TRAILING_SPACES 77 419 419 /** RTGetOpt: command line option not recognized. */ 420 #define VERR_GETOPT_UNKNOWN_OPTION -78420 #define VERR_GETOPT_UNKNOWN_OPTION (-78) 421 421 /** RTGetOpt: command line option needs argument. */ 422 #define VERR_GETOPT_REQUIRED_ARGUMENT_MISSING -79422 #define VERR_GETOPT_REQUIRED_ARGUMENT_MISSING (-79) 423 423 /** RTGetOpt: command line option has argument with bad format. */ 424 #define VERR_GETOPT_INVALID_ARGUMENT_FORMAT -80424 #define VERR_GETOPT_INVALID_ARGUMENT_FORMAT (-80) 425 425 426 426 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.