Changeset 92671 in vbox for trunk/include/iprt
- Timestamp:
- Dec 1, 2021 12:35:07 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 148567
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/process.h
r92617 r92671 235 235 * skip trying to dump the environment of a login shell. */ 236 236 #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) 237 240 /** Valid flag mask. */ 238 #define RTPROC_FLAGS_VALID_MASK UINT32_C(0x 1fff)241 #define RTPROC_FLAGS_VALID_MASK UINT32_C(0x3fff) 239 242 /** @} */ 240 243
Note:
See TracChangeset
for help on using the changeset viewer.