Changeset 26703 in vbox for trunk/include/iprt/pipe.h
- Timestamp:
- Feb 23, 2010 1:43:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/pipe.h
r26702 r26703 33 33 #include <iprt/cdefs.h> 34 34 #include <iprt/types.h> 35 #include <iprt/stdarg.h>36 35 37 36 RT_C_DECLS_BEGIN … … 66 65 * @param hPipe The IPRT pipe handle. 67 66 */ 68 RT R3DECL(RTHCINTPTR) RTPipeToNative(RTPIPE hPipe);67 RTDECL(RTHCINTPTR) RTPipeToNative(RTPIPE hPipe); 69 68 70 69 /**
Note:
See TracChangeset
for help on using the changeset viewer.