Changeset 55530 in vbox for trunk/include
- Timestamp:
- Apr 29, 2015 5:40:40 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99889
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/process.h
r51770 r55530 206 206 /** Search the PATH for the executable. */ 207 207 #define RTPROC_FLAGS_SEARCH_PATH RT_BIT(6) 208 208 /** Don't quote and escape arguments on Windows and similar platforms where a 209 * command line is passed to the child process instead of an argument vector, 210 * just join up argv with a space between each. Ignored on platforms 211 * passing argument the vector. */ 212 #define RTPROC_FLAGS_UNQUOTED_ARGS RT_BIT(7) 213 /** Valid flag mask. */ 214 #define RTPROC_FLAGS_VALID_MASK UINT32_C(0xff) 209 215 /** @} */ 210 216
Note:
See TracChangeset
for help on using the changeset viewer.