Build bustage. Define bool if it isn't defined already.

git-svn-id: svn://10.0.0.236/trunk@159072 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%mozilla.jstenback.com
2004-07-12 17:05:50 +00:00
parent 593a3eb188
commit b240d3b89f

View File

@@ -46,4 +46,7 @@ typedef int int32_t;
typedef unsigned int uint32_t;
#else
#include <stdint.h>
#ifndef bool
#define bool int
#endif
#endif