VirtualBox

Changeset 9531 in vbox for trunk/include/iprt/types.h


Ignore:
Timestamp:
Jun 9, 2008 11:22:24 AM (16 years ago)
Author:
vboxsync
Message:

RTRCPTR_MAX to prevent gcc compiler warnings

File:
1 edited

Legend:

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

    r9228 r9531  
    914914#define NIL_RTRCPTR    ((RTRCPTR)0)
    915915
     916/** @def RTRCPTR_MAX
     917 * The maximum value a RTRCPTR can have. Mostly used as INVALID value.
     918 */
     919#define RTRCPTR_MAX    ((RTRCPTR)~0)
     920
    916921typedef int32_t       RTRCINTPTR;
    917922typedef uint32_t      RTRCUINTPTR;
Note: See TracChangeset for help on using the changeset viewer.

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