Changeset 27017 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Mar 4, 2010 12:35:49 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58327
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/process-win.cpp
r26824 r27017 229 229 230 230 231 RTR3DECL(int) RTProcWaitNoResume(RTPROCESS Process, unsigned fFlags, PRTPROCSTATUS pProcStatus) 232 { 233 /** @todo this isn't quite right. */ 234 return RTProcWait(Process, fFlags, pProcStatus); 235 } 236 237 231 238 RTR3DECL(int) RTProcTerminate(RTPROCESS Process) 232 239 {
Note:
See TracChangeset
for help on using the changeset viewer.