Skip to content

Commit

Permalink
Bug 825968 - Adjust exception disabling in stlport for Android NDK r8…
Browse files Browse the repository at this point in the history
…d. r=ted
  • Loading branch information
glandium committed Feb 12, 2013
1 parent d14839f commit c24684b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/stlport/stl/config/_android.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
// No throwing exceptions
#undef _STLP_NO_EXCEPTIONS
#define _STLP_NO_EXCEPTIONS 1
#undef _STLP_NO_EXCEPTION_HEADER
#define _STLP_NO_EXCEPTION_HEADER 1
#undef _STLP_NO_UNCAUGHT_EXCEPT_SUPPORT
#define _STLP_NO_UNCAUGHT_EXCEPT_SUPPORT 1

#undef _STLP_NATIVE_CPP_C_HEADER
#define _STLP_NATIVE_CPP_C_HEADER(header) <../../system/include/header>
Expand Down

0 comments on commit c24684b

Please sign in to comment.