diff options
Diffstat (limited to 'games/xmastermind/files/patch-configure.h')
-rw-r--r-- | games/xmastermind/files/patch-configure.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/xmastermind/files/patch-configure.h b/games/xmastermind/files/patch-configure.h new file mode 100644 index 000000000000..3cfc2ea3b852 --- /dev/null +++ b/games/xmastermind/files/patch-configure.h @@ -0,0 +1,13 @@ +--- configure.h.orig Mon Jul 1 02:27:59 2002 ++++ configure.h Mon Jul 1 02:27:19 2002 +@@ -4,8 +4,10 @@ + #define VERSION 0.1 + + /* some stuff */ ++#ifndef TRUE + #define TRUE 1 + #define FALSE 0 ++#endif + #define BOOLEAN int + + /* Don't change this, because it will not work right with the GUI. Sorry! */ |