Alexandre Julliard pushed to branch master at wine / wine
Commits: 5f8673bc by Gerald Pfeifer at 2024-11-25T14:42:22+01:00 win32u: Don't use bool as member of a union type.
bool is a reserved identifier in C23 and would break with GCC 15 moving to -std=gnu23 (based on C23).
- - - - -
1 changed file:
- dlls/win32u/sysparams.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/5f8673bc4f90aac1b52f47bcb79861f...