Changeset 5760 in vbox
- Timestamp:
- Nov 15, 2007 5:10:33 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r5710 r5760 417 417 /** Trailing spaces. */ 418 418 #define VWRN_TRAILING_SPACES 77 419 /** RTGetOpt: command line option not recognized. */ 420 #define VERR_GETOPT_UNKNOWN_OPTION -78 421 /** RTGetOpt: command line option needs argument. */ 422 #define VERR_GETOPT_REQUIRED_ARGUMENT_MISSING -79 423 /** RTGetOpt: command line option has argument with bad format. */ 424 #define VERR_GETOPT_INVALID_ARGUMENT_FORMAT -80 425 419 426 /** @} */ 420 427 -
trunk/src/VBox/Runtime/Makefile.kmk
r5653 r5760 151 151 common/misc/assert.cpp \ 152 152 common/misc/rand.cpp \ 153 common/misc/getopt.cpp \ 153 154 common/misc/req.cpp \ 154 155 common/misc/sanity-c.c \
Note:
See TracChangeset
for help on using the changeset viewer.