From 85b9898d53149ae067958fcc9f7a0a7d39d9a9ca Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Sun, 16 Sep 2007 15:37:20 +0000 Subject: [PATCH] Allow 'bool' to be used in combination with , take 2. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2855 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sc2/src/types.h b/sc2/src/types.h index 936b596fe..3fe96aa8a 100644 --- a/sc2/src/types.h +++ b/sc2/src/types.h @@ -86,6 +86,7 @@ #undef false #undef true +#undef bool typedef enum { false = 0,