define TRUE and FALSE here as some platforms don't have them otherwise
This commit is contained in:
@@ -57,6 +57,13 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
#ifndef TRUE
|
||||||
|
#define TRUE 1
|
||||||
|
#endif
|
||||||
|
#ifndef FALSE
|
||||||
|
#define FALSE 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef OS
|
#ifndef OS
|
||||||
#define OS "unknown"
|
#define OS "unknown"
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user