Changeset 35558 in vbox for trunk/include/iprt
- Timestamp:
- Jan 14, 2011 1:30:33 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69442
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/process.h
r34708 r35558 194 194 * introduced with Windows Vista. */ 195 195 #define RTPROC_FLAGS_SERVICE RT_BIT(2) 196 /** Suppress changing the process contract id for the child process 197 * on Solaris. Without this flag the contract id is always changed, 198 * as that's the more frequently used case. */ 199 #define RTPROC_FLAGS_SAME_CONTRACT RT_BIT(3) 196 200 /** @} */ 197 201
Note:
See TracChangeset
for help on using the changeset viewer.