Change the case of true/false again

This commit is contained in:
pagefault
2004-05-03 21:59:03 +00:00
parent b915a127cc
commit 78afc1ef83

View File

@@ -21,8 +21,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//C++ style code in C
#define bool unsigned char
#define TRUE 1
#define FALSE 0
#define true 1
#define false 0
extern void outofmemory();
extern unsigned char *spc7110romptr;