Intermediate fix of bool size inconsistency between C and C++

p4#: 20200
This commit is contained in:
Jacob Støren 2013-01-21 08:29:50 +01:00
parent 6f257f7dba
commit e88f62abcf

View File

@ -14,7 +14,7 @@
#ifndef __cplusplus
typedef int bool;
typedef char bool;
#define true 1
#define false 0