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)
|
// Define the lower-case true so that this compiles directly in Windows (GCC 9.2)
|
||||||
#if defined(_WIN32) || defined(WIN32)
|
#if defined(_WIN32) || defined(WIN32)
|
||||||
#define true 1
|
#define true TRUE
|
||||||
#endif
|
#endif
|
||||||
// Print the number of people in the lifts & on the floors
|
// Print the number of people in the lifts & on the floors
|
||||||
//#define POPULATIONS
|
//#define POPULATIONS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user