Changeset 39690 in vbox for trunk/src/VBox/Runtime/r3/os2/pipe-os2.cpp
- Timestamp:
- Dec 30, 2011 1:06:50 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/os2/pipe-os2.cpp
r28800 r39690 95 95 } 96 96 97 98 RTDECL(int) RTPipeQueryReadable(RTPIPE hPipe, size_t *pcbReadable) 99 { 100 return VERR_NOT_IMPLEMENTED; 101 } 102
Note:
See TracChangeset
for help on using the changeset viewer.