There's no benefit in using macros `TRUE` and `FALSE` for something that C++ has perfectly good alternatives for (`true` and `false`). It should be a pretty straightforward search and replace.
There's no benefit in using macros
TRUEandFALSEfor something that C++ has perfectly good alternatives for (trueandfalse).It should be a pretty straightforward search and replace.