Alexandre Julliard pushed to branch master at wine / wine
Commits: 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).
- - - - -
1 changed file:
- programs/winhlp32/macro.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/c397e2ab7f8894c7876e3d667bd07dc...