Defined true to TRUE for Windows
This commit is contained in:
parent
f3b1f84742
commit
45e005eb4f
@ -54,7 +54,7 @@
|
||||
|
||||
// Define the lower-case true so that this compiles directly in Windows (GCC 9.2)
|
||||
#if defined(_WIN32) || defined(WIN32)
|
||||
#define true 1
|
||||
#define true TRUE
|
||||
#endif
|
||||
// Print the number of people in the lifts & on the floors
|
||||
//#define POPULATIONS
|
||||
|
Loading…
x
Reference in New Issue
Block a user