From cd929eabfeb5344b2f7c43555eea20fc15a7f1ca Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Thu, 27 Dec 2012 16:34:51 +0100 Subject: Fixed issue #73 --- types.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'types.h') diff --git a/types.h b/types.h index 70ae9c4..f09a379 100644 --- a/types.h +++ b/types.h @@ -1,6 +1,10 @@ #ifndef TYPES_H #define TYPES_H +#undef bool +#undef false +#undef true + typedef enum { false, true -- cgit v1.2.3-54-g00ecf