VirtualBox

Ignore:
Timestamp:
Sep 5, 2011 1:49:45 PM (13 years ago)
Author:
vboxsync
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/HostDrivers/Support/testcase/tstSupLoadModule.cpp

    r35188 r38636  
    4545     * Init.
    4646     */
    47     int rc = RTR3InitAndSUPLib();
     47    int rc = RTR3InitExe(argc, &argv, RTR3INIT_FLAGS_SUPLIB);
    4848    if (RT_FAILURE(rc))
    49     {
    50         RTMsgError("RTR3InitAndSUPLib failed with rc=%Rrc\n", rc);
    51         return 1;
    52     }
     49        return RTMsgInitFailure(rc);
    5350
    5451    /*
Note: See TracChangeset for help on using the changeset viewer.

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