diff options
author | Einar Johan Trøan Sømåen | 2012-06-08 18:24:41 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2012-06-08 18:29:48 +0200 |
commit | 1d5e59766fc1e6083921741a1ad270dd8d9363d1 (patch) | |
tree | c8800d2745d0c6bc30d8b03c5f1dc3c693ff1d5a /engines/wintermute/utils | |
parent | 8adae39ca4e239889469e1017da4d697c892e7f3 (diff) | |
download | scummvm-rg350-1d5e59766fc1e6083921741a1ad270dd8d9363d1.tar.gz scummvm-rg350-1d5e59766fc1e6083921741a1ad270dd8d9363d1.tar.bz2 scummvm-rg350-1d5e59766fc1e6083921741a1ad270dd8d9363d1.zip |
WINTERMUTE: Move FORBIDDEN_SYMBOL_EXCEPTION out of the headers and into the CPP-files that still need it.
Diffstat (limited to 'engines/wintermute/utils')
-rw-r--r-- | engines/wintermute/utils/utils.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/wintermute/utils/utils.cpp b/engines/wintermute/utils/utils.cpp index d1ce280639..c9131608be 100644 --- a/engines/wintermute/utils/utils.cpp +++ b/engines/wintermute/utils/utils.cpp @@ -26,6 +26,8 @@ * Copyright (c) 2011 Jan Nedoma
*/
+#define FORBIDDEN_SYMBOL_EXCEPTION_rand
+
#include "engines/wintermute/dcgf.h"
#include "utils.h"
#include "engines/wintermute/PlatformSDL.h"
|