Browse Source

removing BOOLEAN definition (checked under mingw)

pre-master-46
dwarning 18 years ago
parent
commit
0f5618619c
  1. 7
      src/include/bool.h

7
src/include/bool.h

@ -3,11 +3,10 @@
typedef unsigned char bool;
#define BOOLEAN int
#define TRUE 1
#define TRUE 1
#define FALSE 0
#define NO 0
#define YES 1
#define NO 0
#define YES 1
#endif
Loading…
Cancel
Save