summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bridges/source/cpp_uno/gcc3_ios_arm/unwind-cxx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bridges/source/cpp_uno/gcc3_ios_arm/unwind-cxx.h b/bridges/source/cpp_uno/gcc3_ios_arm/unwind-cxx.h
index 339fd36fed54..d9edcb0db438 100644
--- a/bridges/source/cpp_uno/gcc3_ios_arm/unwind-cxx.h
+++ b/bridges/source/cpp_uno/gcc3_ios_arm/unwind-cxx.h
@@ -33,6 +33,10 @@
#ifndef _UNWIND_CXX_H
#define _UNWIND_CXX_H 1
+#ifndef __LP64__
+#define __LP64__ 0
+#endif
+
// Level 2: C++ ABI
#include <typeinfo>