Bug 1040174 - Disable the usage of SEH in gtest where we disable it for Gecko; r=glandium

This commit is contained in:
Ehsan Akhgari 2014-07-18 09:13:08 -04:00
parent 2d63854c6a
commit a1fc71a628

View File

@ -504,6 +504,8 @@ case "$target" in
# Disable SEH on clang-cl because it doesn't implement them yet.
if test -z "$CLANG_CL"; then
AC_DEFINE(HAVE_SEH_EXCEPTIONS)
else
AC_DEFINE_UNQUOTED(GTEST_HAS_SEH, 0)
fi
if test -n "$WIN32_REDIST_DIR"; then