aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2
diff options
context:
space:
mode:
authorMax Horn2011-05-03 14:30:25 +0200
committerMax Horn2011-05-03 14:30:25 +0200
commit2fa63ca01586c4e5fda8eb12dca444d47a2375f1 (patch)
tree5edf495f2d7c5a7712c4a9a90c7e684d4837eec4 /backends/platform/ps2
parenta50c36d1381be2e7d0748a2c734e41357fd4920f (diff)
downloadscummvm-rg350-2fa63ca01586c4e5fda8eb12dca444d47a2375f1.tar.gz
scummvm-rg350-2fa63ca01586c4e5fda8eb12dca444d47a2375f1.tar.bz2
scummvm-rg350-2fa63ca01586c4e5fda8eb12dca444d47a2375f1.zip
COMMON: Forbid use of getcwd&getwd; add macro to enable unistd.h compatibility
Diffstat (limited to 'backends/platform/ps2')
-rw-r--r--backends/platform/ps2/savefilemgr.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/platform/ps2/savefilemgr.cpp b/backends/platform/ps2/savefilemgr.cpp
index 871ce11ef6..010357c61c 100644
--- a/backends/platform/ps2/savefilemgr.cpp
+++ b/backends/platform/ps2/savefilemgr.cpp
@@ -24,8 +24,7 @@
*/
#define FORBIDDEN_SYMBOL_EXCEPTION_printf
-#define FORBIDDEN_SYMBOL_EXCEPTION_chdir
-#define FORBIDDEN_SYMBOL_EXCEPTION_mkdir
+#define FORBIDDEN_SYMBOL_EXCEPTION_unistd_h
#include "common/config-manager.h"
#include "common/zlib.h"