Skip to content
Snippets Groups Projects
Commit 80f0d597 authored by rswindell's avatar rswindell
Browse files

Added BOOL, TRUE, FALSE definitions.

parent e55f8eb7
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,14 @@
#endif
#endif
#ifndef BOOL
#define BOOL int
#endif
#ifndef TRUE
#define TRUE 1
#define FALSE 0
#endif
/****************************************************************************/
/* Memory allocation macros for various compilers and environments */
/* MALLOC is used for allocations of 64k or less */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment