Changeset 3162
- Timestamp:
- 06/19/07 22:07:27 (2 years ago)
- Files:
-
- trunk/include/iprt/cdefs.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/iprt/cdefs.h
r3007 r3162 797 797 */ 798 798 #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 799 805 800 806 /** @def RT_MAX

