Changeset 37313 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Jun 3, 2011 9:03:27 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/process-win.cpp
r37312 r37313 1191 1191 * Wait for it to terminate. 1192 1192 */ 1193 int rc;1194 1193 DWORD Millies = fFlags == RTPROCWAIT_FLAGS_BLOCK ? INFINITE : 0; 1195 1194 DWORD WaitRc = WaitForSingleObjectEx(hProcess, Millies, TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.