aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorLittleboy2011-06-23 11:00:47 -0400
committerLittleboy2011-06-23 11:32:39 -0400
commitb3d8e426c258cc20cacfa1ab5f4613e40bd10c76 (patch)
tree8bdc1834a45459a44032bf3bbb26f1835f83baa6 /backends
parenteecd61e33d4c15fcfc1cd9abb72c1e85fcd7a647 (diff)
downloadscummvm-rg350-b3d8e426c258cc20cacfa1ab5f4613e40bd10c76.tar.gz
scummvm-rg350-b3d8e426c258cc20cacfa1ab5f4613e40bd10c76.tar.bz2
scummvm-rg350-b3d8e426c258cc20cacfa1ab5f4613e40bd10c76.zip
WII: Allow use of abort in OSystem_Wii class
Diffstat (limited to 'backends')
-rw-r--r--backends/platform/wii/osystem_gfx.cpp1
1 files changed, 1 insertions, 0 deletions
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 <malloc.h>