From 167796e68e373813c676765504ada731ebd36913 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Sun, 7 Apr 2013 22:09:26 +0200 Subject: [PATCH] Maybe better compatibility... --- rogue.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rogue.h b/rogue.h index dbf4e6c..e3b2c84 100644 --- a/rogue.h +++ b/rogue.h @@ -10,9 +10,15 @@ * See the file LICENSE.TXT for full copyright and licensing information. */ +#ifndef NULL #define NULL ((void *)0) +#endif +#ifndef TRUE #define TRUE 1 +#endif +#ifndef FALSE #define FALSE 0 +#endif /* * Maximum number of different things -- 2.20.1