aboutsummaryrefslogtreecommitdiff
path: root/tools/create_hugo/create_hugo.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2010-08-27 22:24:15 +0000
committerJohannes Schickel2010-08-27 22:24:15 +0000
commit24449579863efe419f06114d42ad33db8d609fd5 (patch)
tree7b8bab53b2c8c6e0f7abbdc956f485c5f317d8f6 /tools/create_hugo/create_hugo.cpp
parent065087220319096fd7a527218270544cf701975d (diff)
downloadscummvm-rg350-24449579863efe419f06114d42ad33db8d609fd5.tar.gz
scummvm-rg350-24449579863efe419f06114d42ad33db8d609fd5.tar.bz2
scummvm-rg350-24449579863efe419f06114d42ad33db8d609fd5.zip
HUGO: Fix "UNIX" redefinition on Unix-like systems in create_hugo.
svn-id: r52416
Diffstat (limited to 'tools/create_hugo/create_hugo.cpp')
-rwxr-xr-xtools/create_hugo/create_hugo.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/tools/create_hugo/create_hugo.cpp b/tools/create_hugo/create_hugo.cpp
index 0c840d48ca..2c73996510 100755
--- a/tools/create_hugo/create_hugo.cpp
+++ b/tools/create_hugo/create_hugo.cpp
@@ -35,12 +35,7 @@
#include <stdlib.h>
#include <string.h>
-// Ick --Vinterstum
-#ifdef __GNUC__
-#define UNIX
-#include "config.h"
-#endif
-
+#include "common/scummsys.h"
#include "common/events.h"
#include "enums.h"