VirtualBox

Changeset 92671 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Dec 1, 2021 12:35:07 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
148567
Message:

IPRT/RTProcCreateEx/posix: Added RTPROC_FLAGS_UTF8_ARGV and implemented argument conversion when that isn't set. Also added missing path conversion of pszExec. bugref:10153

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/process.h

    r92617 r92671  
    235235 * skip trying to dump the environment of a login shell. */
    236236#define RTPROC_FLAGS_ONLY_BASIC_PROFILE     RT_BIT(12)
     237/** Don't translate arguments to the (guessed) child process codeset.
     238 * This is ignored on Windows as it is using UTF-16. */
     239#define RTPROC_FLAGS_UTF8_ARGV              RT_BIT_32(13)
    237240/** Valid flag mask. */
    238 #define RTPROC_FLAGS_VALID_MASK             UINT32_C(0x1fff)
     241#define RTPROC_FLAGS_VALID_MASK             UINT32_C(0x3fff)
    239242/** @}  */
    240243
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