[Scummvm-cvs-logs] scummvm master -> b85fc8f190d4ffa8f694612bd877fcac0b34e387

dhewg dhewg at wiibrew.org
Tue May 3 18:29:23 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b85fc8f190 WII: Fix compilation


Commit: b85fc8f190d4ffa8f694612bd877fcac0b34e387
    https://github.com/scummvm/scummvm/commit/b85fc8f190d4ffa8f694612bd877fcac0b34e387
Author: dhewg (dhewg at wiibrew.org)
Date: 2011-05-03T09:27:50-07:00

Commit Message:
WII: Fix compilation

Changed paths:
    backends/fs/wii/wii-fs-factory.cpp
    backends/platform/wii/osystem.cpp



diff --git a/backends/fs/wii/wii-fs-factory.cpp b/backends/fs/wii/wii-fs-factory.cpp
index 64ad58a..34cde8e 100644
--- a/backends/fs/wii/wii-fs-factory.cpp
+++ b/backends/fs/wii/wii-fs-factory.cpp
@@ -23,6 +23,7 @@
 #if defined(__WII__)
 
 #define FORBIDDEN_SYMBOL_EXCEPTION_printf
+#define FORBIDDEN_SYMBOL_EXCEPTION_getcwd
 
 #include <unistd.h>
 
diff --git a/backends/platform/wii/osystem.cpp b/backends/platform/wii/osystem.cpp
index 7a2abe8..401b19b 100644
--- a/backends/platform/wii/osystem.cpp
+++ b/backends/platform/wii/osystem.cpp
@@ -22,8 +22,8 @@
 // Allow use of stuff in <time.h>
 #define FORBIDDEN_SYMBOL_EXCEPTION_time_h
 
-// Allow printf for debugging
 #define FORBIDDEN_SYMBOL_EXCEPTION_printf
+#define FORBIDDEN_SYMBOL_EXCEPTION_getcwd
 
 #include <unistd.h>
 






More information about the Scummvm-git-logs mailing list