Changeset 5912 in vbox for trunk/src/VBox
- Timestamp:
- Dec 2, 2007 9:32:00 PM (17 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/getopt.cpp
r5911 r5912 26 26 27 27 28 RTDECL(int) RTGetOpt(int argc, c onst char *argv[], PCRTOPTIONDEF paOptions, size_t cOptions, int *piThis, PRTOPTIONUNION pValueUnion)28 RTDECL(int) RTGetOpt(int argc, char *argv[], PCRTOPTIONDEF paOptions, size_t cOptions, int *piThis, PRTOPTIONUNION pValueUnion) 29 29 { 30 30 pValueUnion->pDef = NULL; -
trunk/src/VBox/Runtime/testcase/tstGetOpt.cpp
r5911 r5912 52 52 }; 53 53 54 c onst char *argv2[] =54 char *argv2[] = 55 55 { 56 56 "-s", "string1",
Note:
See TracChangeset
for help on using the changeset viewer.