VirtualBox

Ignore:
Timestamp:
Sep 25, 2013 1:00:44 PM (11 years ago)
Author:
vboxsync
Message:

Main,IPRT: Added RTR3INIT_FLAGS_UTF8_ARGV so VBoxExtPackHelperApp can stop IPRT from converting UTF-8 argument strings to UTF-8 again as ANSI. Fixes #6963.

File:
1 edited

Legend:

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

    r46326 r48681  
    17681768     * Initialize IPRT and check that we're correctly installed.
    17691769     */
     1770#ifdef RT_OS_WINDOWS
     1771    int rc = RTR3InitExe(argc, &argv, RTR3INIT_FLAGS_UTF8_ARGV); /* WinMain gives us UTF-8, see below. */
     1772#else
    17701773    int rc = RTR3InitExe(argc, &argv, 0);
     1774#endif
    17711775    if (RT_FAILURE(rc))
    17721776        return RTMsgInitFailure(rc);
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