- Timestamp:
- Sep 7, 2015 2:34:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/os2/pipe-os2.cpp
r57643 r57646 900 900 } 901 901 else 902 pObjInfo->cbObject = rtPipeOs2GetSpace(pThis) 902 pObjInfo->cbObject = rtPipeOs2GetSpace(pThis); 903 903 pObjInfo->cbAllocated = RTPIPE_OS2_SIZE; /** @todo this isn't necessarily true if we didn't create it... but, whatever */ 904 904
Note:
See TracChangeset
for help on using the changeset viewer.