Changeset 34119 in vbox
- Timestamp:
- Nov 16, 2010 3:33:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/pipe-win.cpp
r33540 r34119 749 749 if (Info.NamedPipeState == FILE_PIPE_CLOSING_STATE) 750 750 rc = VERR_BROKEN_PIPE; 751 /** @todo fixme: To get the pipe writing support to work the 752 * block below needs to be commented out until a 753 * way is found to address the problem of the incorrectly 754 * set field Info.WriteQuotaAvailable. */ 755 #if 0 751 756 else if ( cbToWrite >= Info.WriteQuotaAvailable 752 757 && Info.OutboundQuota != 0 … … 758 763 rc = VINF_TRY_AGAIN; 759 764 } 765 #endif 760 766 } 761 767 pThis->fPromisedWritable = false;
Note:
See TracChangeset
for help on using the changeset viewer.