Changeset 11027
- Timestamp:
- 07/31/08 14:06:24 (4 months ago)
- Files:
-
- trunk/include/iprt/cdefs.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/iprt/cdefs.h
r11019 r11027 445 445 * and the semicolon in function prototypes (and implementation if C++). 446 446 */ 447 #if def __cplusplus447 #if defined(__cplusplus) && !(defined(IN_RING0) && defined(RT_OS_SOLARIS)) 448 448 # define RT_NO_THROW throw() 449 449 #else

