mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Intermediate fix of bool size inconsistency between C and C++
p4#: 20200
This commit is contained in:
parent
6f257f7dba
commit
e88f62abcf
@ -14,7 +14,7 @@
|
||||
|
||||
#ifndef __cplusplus
|
||||
|
||||
typedef int bool;
|
||||
typedef char bool;
|
||||
#define true 1
|
||||
#define false 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user