Changeset 12354 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Sep 10, 2008 1:08:43 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp
r12352 r12354 473 473 * write blocked, wait ... 474 474 */ 475 dwRet = WaitForMultipleObjects(2, haWait, FALSE, INFINITE);475 dwRet = WaitForMultipleObjects(2, ahWait, FALSE, INFINITE); 476 476 if (dwRet != WAIT_OBJECT_0) 477 477 { … … 556 556 557 557 HANDLE ahWait[2]; 558 a Wait[0] = pThis->hEventRecv;559 a Wait[1] = pThis->hHaltEventSem;558 ahWait[0] = pThis->hEventRecv; 559 ahWait[1] = pThis->hHaltEventSem; 560 560 #endif 561 561
Note:
See TracChangeset
for help on using the changeset viewer.