Alexandre Julliard pushed to branch master at wine / wine
Commits: 0888ba08 by Gerald Pfeifer at 2024-11-20T21:43:24+01:00 jscript: Don't use bool as a variable name.
This is a reserved identifier in C23 and would break with GCC 15 moving to -std=gnu23 (which is C23 plus extensions).
- - - - -
1 changed file:
- dlls/jscript/bool.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0888ba08fbd3f05a695b522a32f0112...