VirtualBox

Changeset 11027

Show
Ignore:
Timestamp:
07/31/08 14:06:24 (4 months ago)
Author:
vboxsync
Message:

Disabled RT_NO_THROW on solaris r0.

Files:

Legend:

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

    r11019 r11027  
    445445 * and the semicolon in function prototypes (and implementation if C++). 
    446446 */ 
    447 #ifdef __cplusplus 
     447#if defined(__cplusplus) && !(defined(IN_RING0) && defined(RT_OS_SOLARIS)) 
    448448# define RT_NO_THROW    throw() 
    449449#else 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy