Changeset 92767 in vbox for trunk/src/VBox
- Timestamp:
- Dec 6, 2021 3:23:29 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h
r92673 r92767 37 37 38 38 39 #if 0 //!defined(RT_OS_WINDOWS) || defined(DOXYGEN_RUNNING)39 #if !defined(RT_OS_WINDOWS) || defined(DOXYGEN_RUNNING) 40 40 /** Special argv[1] value that indicates that argv is UTF-8. 41 41 * This causes RTR3Init to be called with RTR3INIT_FLAGS_UTF8_ARGV and helps … … 48 48 * original argv is ANSI, it may be missing codepoints not present in 49 49 * the ANSI code page of the process. */ 50 # define VBOXSERVICE_ARG1_UTF8_ARGV "--utf8-argv"50 # define VBOXSERVICE_ARG1_UTF8_ARGV "--utf8-argv" 51 51 #endif 52 52 /** RTProcCreateEx flags corresponding to VBOXSERVICE_ARG1_UTF8_ARGV. */
Note:
See TracChangeset
for help on using the changeset viewer.