Changeset 38636 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Sep 5, 2011 1:49:45 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73843
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Stub/VBoxStub.cpp
r37989 r38636 346 346 347 347 /* Init IPRT. */ 348 int vrc = RTR3Init ();348 int vrc = RTR3InitExe(argc, &argv, 0); 349 349 if (RT_FAILURE(vrc)) 350 350 return vrc;
Note:
See TracChangeset
for help on using the changeset viewer.