From 966083e95f5ba2bf4a1723b19313e69c14b60092 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Fri, 21 Jul 2006 15:24:56 +0200 Subject: More code cleanup --- include/xyzModem.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/xyzModem.h') diff --git a/include/xyzModem.h b/include/xyzModem.h index 4ec10b5a3..f437bbd0b 100644 --- a/include/xyzModem.h +++ b/include/xyzModem.h @@ -97,7 +97,10 @@ typedef struct { #endif } connection_info_t; +#ifndef BOOL_WAS_DEFINED +#define BOOL_WAS_DEFINED typedef unsigned int bool; +#endif #define false 0 #define true 1 -- cgit v1.2.3