summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--breakpad/breakpad.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index 5031bae..61cac25 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -190,6 +190,10 @@
'-lurlmon.lib',
],
},
+ 'defines': [
+ # Avoid the TerminateThread Application Verifier Failure.
+ 'BREAKPAD_NO_TERMINATE_THREAD',
+ ],
'direct_dependent_settings': {
'include_dirs': [
'src',