Allow 'bool' to be used in combination with <stdbool.h>, take 2.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2855 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2007-09-16 15:37:20 +00:00
parent c69569e928
commit 85b9898d53
+1
View File
@@ -86,6 +86,7 @@
#undef false #undef false
#undef true #undef true
#undef bool
typedef enum typedef enum
{ {
false = 0, false = 0,