Changeset 18484 in vbox for trunk/src/VBox
- Timestamp:
- Mar 29, 2009 1:29:52 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VirtualBoxImpl.cpp
r18265 r18484 4175 4175 autoCaller.release(); 4176 4176 4177 DWORD rc = ::WaitForMultipleObjects ( 1 + cnt + cntSpawned,4177 DWORD rc = ::WaitForMultipleObjects ((DWORD)(1 + cnt + cntSpawned), 4178 4178 handles, FALSE, INFINITE); 4179 4179
Note:
See TracChangeset
for help on using the changeset viewer.