VirtualBox

Ignore:
Timestamp:
Sep 5, 2011 1:49:45 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
73843
Message:

*,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-helper-apps/VBoxExtPackHelperApp.cpp

    r36527 r38636  
    17461746     * Initialize IPRT and check that we're correctly installed.
    17471747     */
    1748     int rc = RTR3Init();
     1748    int rc = RTR3InitExe(argc, &argv, 0);
    17491749    if (RT_FAILURE(rc))
    17501750        return RTMsgInitFailure(rc);
     
    18851885    NOREF(hPrevInstance); NOREF(nShowCmd); NOREF(lpCmdLine);
    18861886
    1887     int rc = RTR3Init();
     1887    int rc = RTR3InitExeNoArguments(0);
    18881888    if (RT_FAILURE(rc))
    18891889        return RTMsgInitFailure(rc);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette