VirtualBox

Changeset 26734 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Feb 24, 2010 11:15:27 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57983
Message:

NIL_RTPIPE fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/types.h

    r26721 r26734  
    11611161/** Nil pipe handle.
    11621162 * @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)
    11641164
    11651165/** @typedef RTPOLLSET
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette