Defined true to TRUE for Windows

This commit is contained in:
Brychan Dempsey 2021-04-30 20:43:17 +12:00
parent f3b1f84742
commit 45e005eb4f

View File

@ -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