Alexandre Julliard pushed to branch master at wine / wine
Commits: 245dfb80 by Gerald Pfeifer at 2024-11-19T10:33:37+01:00 dpwsockx: Don't use true as a variable name.
Revision 78bdd23406 (Oct 13 2023) introduced "true" as a variable name in DPWSCB_EnumSessions.
This is a reserved identifier in C++ and recent versions of C and with GCC 15 going to move to -std=gnu23 (so essentically C23) we'd break.
- - - - -
1 changed file:
- dlls/dpwsockx/dpwsockx_main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/245dfb801ebb9d3d3cd857d64c17b36...