Changeset 33194 in vbox
- Timestamp:
- Oct 18, 2010 12:17:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/pipe-win.cpp
r32131 r33194 750 750 rc = VERR_BROKEN_PIPE; 751 751 else if ( cbToWrite >= Info.WriteQuotaAvailable 752 && Info.OutboundQuota != 0) 752 && Info.OutboundQuota != 0 753 && (Info.WriteQuotaAvailable || pThis->cbBounceBufAlloc) 754 ) 753 755 { 754 756 cbToWrite = Info.WriteQuotaAvailable;
Note:
See TracChangeset
for help on using the changeset viewer.