From b3d8e426c258cc20cacfa1ab5f4613e40bd10c76 Mon Sep 17 00:00:00 2001 From: Littleboy Date: Thu, 23 Jun 2011 11:00:47 -0400 Subject: WII: Allow use of abort in OSystem_Wii class --- backends/platform/wii/osystem_gfx.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/backends/platform/wii/osystem_gfx.cpp b/backends/platform/wii/osystem_gfx.cpp index 859e3a1395..443e738a4a 100644 --- a/backends/platform/wii/osystem_gfx.cpp +++ b/backends/platform/wii/osystem_gfx.cpp @@ -20,6 +20,7 @@ */ #define FORBIDDEN_SYMBOL_EXCEPTION_printf +#define FORBIDDEN_SYMBOL_EXCEPTION_abort #include -- cgit v1.2.3