aboutsummaryrefslogtreecommitdiff
path: root/tools/qtable
diff options
context:
space:
mode:
authorJohannes Schickel2007-09-29 11:40:31 +0000
committerJohannes Schickel2007-09-29 11:40:31 +0000
commit94cd7dd04a061f0c256ae3ade78bfe3cb5507dcf (patch)
tree9aaf30512867932e39c1ef01555308193670bba0 /tools/qtable
parent41fb38e05e977749d26220a1ecc1c4b6abedd023 (diff)
downloadscummvm-rg350-94cd7dd04a061f0c256ae3ade78bfe3cb5507dcf.tar.gz
scummvm-rg350-94cd7dd04a061f0c256ae3ade78bfe3cb5507dcf.tar.bz2
scummvm-rg350-94cd7dd04a061f0c256ae3ade78bfe3cb5507dcf.zip
Added a hack for the tools to allow building on MinGW with SDL backend. (see bug #1800764 "TOOLS: MinGW tools building broken")
svn-id: r29131
Diffstat (limited to 'tools/qtable')
-rw-r--r--tools/qtable/qtable.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/qtable/qtable.c b/tools/qtable/qtable.c
index 67467a4917..2a57bfa479 100644
--- a/tools/qtable/qtable.c
+++ b/tools/qtable/qtable.c
@@ -1,3 +1,8 @@
+// HACK to allow building with the SDL backend on MinGW
+// see bug #1800764 "TOOLS: MinGW tools building broken"
+#ifdef main
+#undef main
+#endif // main
#include <stdio.h>
#include <stdlib.h>