Changeset 39691 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Dec 30, 2011 1:16:35 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 75529
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/pipe-win.cpp
r39690 r39691 1161 1161 1162 1162 DWORD cbAvailable = 0; 1163 if (PeekNamedPipe(pThis->hPipe, NULL, 0, NULL, &cbAvailable, NULL) 1163 if (PeekNamedPipe(pThis->hPipe, NULL, 0, NULL, &cbAvailable, NULL)) 1164 1164 *pcbReadable = cbAvailable; 1165 1165 else
Note:
See TracChangeset
for help on using the changeset viewer.