From 6d8fefe38077f4d532c256e79cfcaf2a46c5269d Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 12 Nov 2013 16:58:49 +0100 Subject: Now use visual studio 2013 express edition for compilation --- include/stdbool.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'include') diff --git a/include/stdbool.h b/include/stdbool.h index 24cf1c038..54b1fbeee 100644 --- a/include/stdbool.h +++ b/include/stdbool.h @@ -32,12 +32,7 @@ #define false 0 #define true 1 -#define bool _Bool - -/* For compilers that don't have the builtin _Bool type. */ -#if defined(_MSC_VER) || (__STDC_VERSION__ < 199901L && __GNUC__ < 3) -typedef unsigned char _Bool; -#endif +#define bool int #endif /* !__cplusplus */ -- cgit v1.2.3