From: Joe Wreschnig Date: Sun, 7 Apr 2013 20:09:26 +0000 (+0200) Subject: Maybe better compatibility... X-Git-Url: https://git.yukkurigames.com/?p=rogue-pphs.git;a=commitdiff_plain;h=167796e68e373813c676765504ada731ebd36913 Maybe better compatibility... --- 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