Changeset 26734 in vbox for trunk/include/iprt
- Timestamp:
- Feb 24, 2010 11:15:27 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57983
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/types.h
r26721 r26734 1161 1161 /** Nil pipe handle. 1162 1162 * @remarks This is not 0 because of UNIX and OS/2 handle values. Take care! */ 1163 #define NIL_RTPIPE ( ~(RTPIPE)0)1163 #define NIL_RTPIPE ((RTPIPE)RTHCUINTPTR_MAX) 1164 1164 1165 1165 /** @typedef RTPOLLSET
Note:
See TracChangeset
for help on using the changeset viewer.