VirtualBox

Changeset 12355 in vbox


Ignore:
Timestamp:
Sep 10, 2008 1:09:23 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
36386
Message:

build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp

    r12354 r12355  
    473473                     * write blocked, wait ...
    474474                     */
    475                     dwRet = WaitForMultipleObjects(2, ahWait, FALSE, INFINITE);
     475                    dwRet = WaitForMultipleObjects(2, haWait, FALSE, INFINITE);
    476476                    if (dwRet != WAIT_OBJECT_0)
    477477                    {
     
    553553#ifdef RT_OS_WINDOWS
    554554    /* Make sure that the halt event sempahore is resetted. */
    555     DWORD dwRet = WaitForSingleObject(pThis->hHaltEventSem, 0)
     555    DWORD dwRet = WaitForSingleObject(pThis->hHaltEventSem, 0);
    556556
    557557    HANDLE ahWait[2];
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette