Index: include/cdio/types.h =================================================================== RCS file: /cvsroot/libcdio/libcdio/include/cdio/types.h,v retrieving revision 1.28 diff -u -r1.28 types.h --- include/cdio/types.h 1 Mar 2005 09:33:52 -0000 1.28 +++ include/cdio/types.h 17 Mar 2005 00:32:12 -0000 @@ -102,15 +102,9 @@ /* ISO/IEC 9899:1999 missing -- enabling workaround */ # ifndef __cplusplus - typedef enum - { - false = 0, - true = 1 - } _cdio_Bool; - -# define false false -# define true true -# define bool _cdio_Bool +# define false 0 +# define true 1 +# define bool uint8_t # endif #endif