Changeset 27452 in vbox for trunk/src/VBox
- Timestamp:
- Mar 17, 2010 3:19:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/process-posix.cpp
r27349 r27452 70 70 return RTProcCreateEx(pszExec, papszArgs, Env, fFlags, 71 71 NULL, NULL, NULL, /* standard handles */ 72 NULL /*pszAsUser*/, 72 NULL /*pszAsUser*/, NULL /* pszPassword*/, 73 73 pProcess); 74 74 } … … 77 77 RTR3DECL(int) RTProcCreateEx(const char *pszExec, const char * const *papszArgs, RTENV hEnv, uint32_t fFlags, 78 78 PCRTHANDLE phStdIn, PCRTHANDLE phStdOut, PCRTHANDLE phStdErr, const char *pszAsUser, 79 PRTPROCESS phProcess)79 const char *pszPassword, PRTPROCESS phProcess) 80 80 { 81 81 int rc;
Note:
See TracChangeset
for help on using the changeset viewer.