Alexandre Julliard pushed to branch master at wine / wine
Commits: 8b6ec37f by Gerald Pfeifer at 2024-11-25T14:43:05+01:00 msi: Use mybool instead of bool as variable name.
bool is a reserved identifier in C23 and would break with GCC 15 moving to -std=gnu23 (based on C23). Use mybool instead, along the line of myint in the same context.
- - - - -
1 changed file:
- dlls/msi/tests/automation.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/8b6ec37fc2e981db9e3f539bdcce560...