gclib/macros.h
author ali <ali@juiblex.co.uk>
Fri Jan 27 00:28:11 2012 +0000 (2012-01-27)
changeset 4 218904410231
permissions -rw-r--r--
Add workaround for missing -framework Carbon
     1 #ifndef FALSE
     2 #define FALSE	0
     3 #endif
     4 
     5 #ifndef TRUE
     6 #define TRUE	(!FALSE)
     7 #endif