Use bool from stdbool.h after switching to C99

pull/12/head
Bert Münnich 12 years ago
parent b3f3bc29a1
commit e810072d71

@ -19,14 +19,7 @@
#ifndef TYPES_H
#define TYPES_H
#undef bool
#undef false
#undef true
typedef enum {
false,
true
} bool;
#include <stdbool.h>
typedef enum {
BO_BIG_ENDIAN,

Loading…
Cancel
Save