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

fingolfin max at quendi.de
Tue May 24 00:25:13 CEST 2011


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

Summary:
c5045f6a84 N64: Fix compilation
e5725fa0f5 PSP: Fix compilation


Commit: c5045f6a8481421937ca905b67899c671d02e53a
    https://github.com/scummvm/scummvm/commit/c5045f6a8481421937ca905b67899c671d02e53a
Author: Max Horn (max at quendi.de)
Date: 2011-05-23T15:22:36-07:00

Commit Message:
N64: Fix compilation

Changed paths:
    backends/platform/n64/osys_n64_base.cpp



diff --git a/backends/platform/n64/osys_n64_base.cpp b/backends/platform/n64/osys_n64_base.cpp
index fb3b1db..094bb83 100644
--- a/backends/platform/n64/osys_n64_base.cpp
+++ b/backends/platform/n64/osys_n64_base.cpp
@@ -20,6 +20,8 @@
  *
  */
 
+#define FORBIDDEN_SYMBOL_ALLOW_ALL
+
 #include <romfs.h>
 
 #include <malloc.h> // Required for memalign


Commit: e5725fa0f514f8f3ef23a205750aa607d5c9038c
    https://github.com/scummvm/scummvm/commit/e5725fa0f514f8f3ef23a205750aa607d5c9038c
Author: Max Horn (max at quendi.de)
Date: 2011-05-23T15:23:42-07:00

Commit Message:
PSP: Fix compilation

Changed paths:
    backends/platform/psp/display_manager.cpp



diff --git a/backends/platform/psp/display_manager.cpp b/backends/platform/psp/display_manager.cpp
index d6e982c..899b797 100644
--- a/backends/platform/psp/display_manager.cpp
+++ b/backends/platform/psp/display_manager.cpp
@@ -20,6 +20,8 @@
  *
  */
 
+#define FORBIDDEN_SYMBOL_ALLOW_ALL
+
 #include <pspgu.h>
 #include <pspdisplay.h>
 #include <pspthreadman.h>






More information about the Scummvm-git-logs mailing list