Changeset 26517 in vbox for trunk/src/VBox/HostDrivers/Support/win
- Timestamp:
- Feb 14, 2010 9:39:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPSvc-win.cpp
r22077 r26517 270 270 RTGETOPTUNION Value; 271 271 RTGETOPTSTATE GetState; 272 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 0, 0 /* fFlags*/);272 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 0, RTGETOPTINIT_FLAGS_NO_STD_OPTS); 273 273 while ((ch = RTGetOpt(&GetState, &Value))) 274 274 switch (ch)
Note:
See TracChangeset
for help on using the changeset viewer.