VirtualBox

Changeset 3162

Show
Ignore:
Timestamp:
06/19/07 22:07:27 (2 years ago)
Author:
vboxsync
Message:

#undef RT_MAX on OS/2.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/iprt/cdefs.h

    r3007 r3162  
    797797 */ 
    798798#define RT_ELEMENTS(aArray)         ( sizeof(aArray) / sizeof((aArray)[0]) ) 
     799 
     800#ifdef __OS2__ 
     801/* Undefine RT_MAX since there is an unfortunate clash with the max  
     802   resource type define in os2.h. */ 
     803# undef RT_MAX 
     804#endif  
    799805 
    800806/** @def RT_MAX 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy