c397e2ab
by Gerald Pfeifer at 2024-11-26T10:58:46+01:00
winhlp32: Drop unused member of struct lexret.
As a side effect (and trigger) this gets rid of a variable named
bool which is a reserved identifier in C23 and would break with
GCC 15 moving to -std=gnu23 (which is based on C23).