Changeset 37447 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jun 14, 2011 3:46:03 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72254
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp
r37020 r37447 865 865 if (fFlags & RT_BIT(2)) 866 866 uProcFlags = RTPROC_FLAGS_HIDDEN; 867 /* Process Main flag "ExecuteProcessFlag_NoProfile". */ 868 if (fFlags & RT_BIT(3)) 869 uProcFlags = RTPROC_FLAGS_NO_PROFILE; 867 870 } 868 871
Note:
See TracChangeset
for help on using the changeset viewer.