mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-20 12:27:09 -05:00

cmake's configure-time #defines (at least the way I use them) are defined to 0 or 1, rather than sometimes not defined at all, so you have to test them with plain #if rather than #ifdef or #if defined. I _thought_ I'd caught all of those in previous fixes, but apparently there were a couple still lurking. Oops.