Try typedef...

git-svn-id: svn://10.0.0.236/trunk@159074 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%mozilla.jstenback.com
2004-07-12 17:17:16 +00:00
parent 076b80eabd
commit cf6e7a7252

View File

@@ -47,6 +47,6 @@ typedef unsigned int uint32_t;
#else
#include <stdint.h>
#ifndef bool
#define bool int
typedef int bool;
#endif
#endif