[Scummvm-cvs-logs] scummvm master -> 18e8e5c91eba3ad7f3eb2b9786e170d53866e195

fingolfin max at quendi.de
Mon Jun 6 17:20:21 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:
18e8e5c91e SDL: Use #define FORBIDDEN_SYMBOL_ALLOW_ALL (backends can use any symbol)


Commit: 18e8e5c91eba3ad7f3eb2b9786e170d53866e195
    https://github.com/scummvm/scummvm/commit/18e8e5c91eba3ad7f3eb2b9786e170d53866e195
Author: Max Horn (max at quendi.de)
Date: 2011-06-06T08:18:50-07:00

Commit Message:
SDL: Use #define FORBIDDEN_SYMBOL_ALLOW_ALL (backends can use any symbol)

Changed paths:
    backends/platform/sdl/sdl.cpp



diff --git a/backends/platform/sdl/sdl.cpp b/backends/platform/sdl/sdl.cpp
index 564dd83..afc6c85 100644
--- a/backends/platform/sdl/sdl.cpp
+++ b/backends/platform/sdl/sdl.cpp
@@ -20,8 +20,7 @@
  *
  */
 
-#define FORBIDDEN_SYMBOL_EXCEPTION_time_h
-#define FORBIDDEN_SYMBOL_EXCEPTION_exit
+#define FORBIDDEN_SYMBOL_ALLOW_ALL
 
 #ifdef WIN32
 #define WIN32_LEAN_AND_MEAN






More information about the Scummvm-git-logs mailing list