VirtualBox

Changeset 1664 in vbox for trunk


Ignore:
Timestamp:
Mar 23, 2007 10:54:02 AM (18 years ago)
Author:
vboxsync
Message:

Another fix

File:
1 edited

Legend:

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

    r1663 r1664  
    132132                if (uError == ERROR_IO_PENDING)
    133133                {
     134                    uError = 0;
     135
    134136                    /* Wait for incoming bytes. */
    135137                    if (GetOverlappedResult((HANDLE)pData->NamedPipe, &pData->OverlappedRead, (DWORD *)&cbReallyRead, TRUE) == FALSE)
Note: See TracChangeset for help on using the changeset viewer.

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