Changeset 27553 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Mar 20, 2010 3:01:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/pipe-win.cpp
r27511 r27553 665 665 else if (GetLastError() == ERROR_IO_PENDING) 666 666 { 667 *pcbWritten = cb Written;667 *pcbWritten = cbToWrite; 668 668 pThis->fIOPending = true; 669 669 rc = VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.