projects
/
rogue-pphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42f0317
)
Maybe better compatibility...
author
Joe Wreschnig
<joe.wreschnig@gmail.com>
Sun, 7 Apr 2013 20:09:26 +0000
(22:09 +0200)
committer
Joe Wreschnig
<joe.wreschnig@gmail.com>
Sun, 7 Apr 2013 20:09:26 +0000
(22:09 +0200)
rogue.h
patch
|
blob
|
history
diff --git
a/rogue.h
b/rogue.h
index dbf4e6c553aa70c4d3721fc8e1da9983c21df333..e3b2c849baff4fca2bb41e7bedbf7604551bf3e2 100644
(file)
--- a/
rogue.h
+++ b/
rogue.h
@@
-10,9
+10,15
@@
* See the file LICENSE.TXT for full copyright and licensing information.
\r
*/
\r
\r
+#ifndef NULL
\r
#define NULL ((void *)0)
\r
+#endif
\r
+#ifndef TRUE
\r
#define TRUE 1
\r
+#endif
\r
+#ifndef FALSE
\r
#define FALSE 0
\r
+#endif
\r
\r
/*
\r
* Maximum number of different things
\r