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/HostDrivers/Support/win/SUPSvc-win.cpp

    r33540 r38636  
    775775    RTEnvSet("VBOX_LOG_FLAGS", "unbuffered thread msprog");
    776776#endif
    777     int rc = RTR3Init();
     777    int rc = RTR3InitExe(argc, &argv, 0);
    778778    if (RT_FAILURE(rc))
    779779    {
    780         supSvcLogError("RTR3Init failed with rc=%Rrc", rc);
     780        supSvcLogError("RTR3InitExe failed with rc=%Rrc", rc);
    781781        return 1;
    782782    }
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