From eecd61e33d4c15fcfc1cd9abb72c1e85fcd7a647 Mon Sep 17 00:00:00 2001 From: Littleboy Date: Thu, 23 Jun 2011 10:52:39 -0400 Subject: ANDROID: Allow use of abort() in JNI class --- backends/platform/android/jni.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backends/platform/android/jni.cpp b/backends/platform/android/jni.cpp index c4daf24e16..e3b4ef7401 100644 --- a/backends/platform/android/jni.cpp +++ b/backends/platform/android/jni.cpp @@ -22,8 +22,9 @@ #if defined(__ANDROID__) -// Allow use of stuff in +// Allow use of stuff in and abort() #define FORBIDDEN_SYMBOL_EXCEPTION_time_h +#define FORBIDDEN_SYMBOL_EXCEPTION_abort // Disable printf override in common/forbidden.h to avoid // clashes with log.h from the Android SDK. -- cgit v1.2.3