Alexandre Julliard pushed to branch master at wine / wine
Commits: 2bfbd778 by Gerald Pfeifer at 2024-12-09T12:02:39+01:00 webservices: Rename a struct member from bool to boolean.
bool is a reserved identifier in C23 so we would break with GCC 15 moving to -std=gnu23 (which is based on C23).
- - - - -
1 changed file:
- dlls/webservices/tests/reader.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/2bfbd7785e6ac833ee615af907378da...