Changeset 55671 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 5, 2015 4:27:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-helper-apps/VBoxExtPackHelperApp.cpp
r51978 r55671 1938 1938 int cArgs; 1939 1939 char **papszArgs; 1940 rc = RTGetOptArgvFromString(&papszArgs, &cArgs, pszCmdLine, NULL);1940 rc = RTGetOptArgvFromString(&papszArgs, &cArgs, pszCmdLine, RTGETOPTARGV_CNV_QUOTE_MS_CRT, NULL); 1941 1941 if (RT_SUCCESS(rc)) 1942 1942 {
Note:
See TracChangeset
for help on using the changeset viewer.