diff options
Diffstat (limited to 'gui/browser_osx.mm')
-rw-r--r-- | gui/browser_osx.mm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/browser_osx.mm b/gui/browser_osx.mm index a3a09b8ed2..ea77e16c04 100644 --- a/gui/browser_osx.mm +++ b/gui/browser_osx.mm @@ -22,6 +22,9 @@ * $Id$ */ +// Disable symbol overrides so that we can use system headers +#define FORBIDDEN_SYMBOL_ALLOW_ALL + #include "gui/browser.h" #include "gui/GuiManager.h" #include "gui/ListWidget.h" |