VirtualBox

Changeset 92767 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 6, 2021 3:23:29 PM (3 years ago)
Author:
vboxsync
Message:

VBoxService: Enable the VBOXSERVICE_ARG1_UTF8_ARGV trick. bugref:10153

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h

    r92673 r92767  
    3737
    3838
    39 #if 0 //!defined(RT_OS_WINDOWS) || defined(DOXYGEN_RUNNING)
     39#if !defined(RT_OS_WINDOWS) || defined(DOXYGEN_RUNNING)
    4040/** Special argv[1] value that indicates that argv is UTF-8.
    4141 * This causes RTR3Init to be called with RTR3INIT_FLAGS_UTF8_ARGV and helps
     
    4848 *       original argv is ANSI, it may be missing codepoints not present in
    4949 *       the ANSI code page of the process. */
    50 # define VBOXSERVICE_ARG1_UTF8_ARGV      "--utf8-argv"
     50# define VBOXSERVICE_ARG1_UTF8_ARGV         "--utf8-argv"
    5151#endif
    5252/** RTProcCreateEx flags corresponding to VBOXSERVICE_ARG1_UTF8_ARGV. */
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