Changeset 38636 in vbox for trunk/src/VBox/Main/src-helper-apps
- 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/Main/src-helper-apps/VBoxExtPackHelperApp.cpp
r36527 r38636 1746 1746 * Initialize IPRT and check that we're correctly installed. 1747 1747 */ 1748 int rc = RTR3Init ();1748 int rc = RTR3InitExe(argc, &argv, 0); 1749 1749 if (RT_FAILURE(rc)) 1750 1750 return RTMsgInitFailure(rc); … … 1885 1885 NOREF(hPrevInstance); NOREF(nShowCmd); NOREF(lpCmdLine); 1886 1886 1887 int rc = RTR3Init ();1887 int rc = RTR3InitExeNoArguments(0); 1888 1888 if (RT_FAILURE(rc)) 1889 1889 return RTMsgInitFailure(rc);
Note:
See TracChangeset
for help on using the changeset viewer.