Changeset 57799 in vbox for trunk/include
- Timestamp:
- Sep 17, 2015 9:02:23 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102742
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/process.h
r57753 r57799 211 211 * passing argument the vector. */ 212 212 #define RTPROC_FLAGS_UNQUOTED_ARGS RT_BIT(7) 213 /** Only valid in combination with RTPROC_FLAGS_PROFILE. 214 * This will overwrite environment variables of the passed-in hEnv 215 * environment block with variables of the loaded profile. */ 216 #define RTPROC_FLAGS_OVERWRITE_WITH_PROFILE RT_BIT(8) 213 217 /** Valid flag mask. */ 214 #define RTPROC_FLAGS_VALID_MASK UINT32_C(0x ff)218 #define RTPROC_FLAGS_VALID_MASK UINT32_C(0x1ff) 215 219 /** @} */ 216 220
Note:
See TracChangeset
for help on using the changeset viewer.