From 56013d3b9168bd37b36763235dd88129b8e0a5c0 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Wed, 12 Apr 2017 17:54:14 +0100 Subject: [PATCH] Mac OSX: Disable Mac assert header globally defining common names. See: https://groups.google.com/a/chromium.org/forum/#!topic/chromium-reviews/a9hZ094JK68 --- src/os/macosx/osx_stdafx.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/os/macosx/osx_stdafx.h b/src/os/macosx/osx_stdafx.h index 4e16b5e63b..c3d477d3dc 100644 --- a/src/os/macosx/osx_stdafx.h +++ b/src/os/macosx/osx_stdafx.h @@ -12,6 +12,7 @@ #ifndef MACOS_STDAFX_H #define MACOS_STDAFX_H +#define __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES 0 #include