Add an || defined (XP_BEOS) so that the builds works under BeOS with -fno-exceptions.
git-svn-id: svn://10.0.0.236/trunk@39759 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
34e3dde27a
commit
fe089662e4
@ -292,7 +292,7 @@ AVoidPtrPtrContext( void** )
|
||||
#define TEST_EXCEPTIONS 1
|
||||
|
||||
// HAVE_CPP_EXCEPTIONS is defined automagically on unix
|
||||
#if defined(XP_UNIX)
|
||||
#if defined(XP_UNIX) || defined(XP_BEOS)
|
||||
#if !defined(HAVE_CPP_EXCEPTIONS)
|
||||
#undef TEST_EXCEPTIONS
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user