Alexandre Julliard pushed to branch master at wine / wine
Commits: f7a8c0f6 by Gerald Pfeifer at 2024-12-19T11:16:19+01:00 capstone: Avoid GCC being treated as old VisualStudio.
The preprocessor condition to cover pre-2013 VisualStudio related to C99 support actually also admitted current versions of GCC and breaks GCC in C23 mode.
Address this by dropping the complicated checks and assuming a modern toolchain, simply including <stdbool.h>.
- - - - -
1 changed file:
- libs/capstone/include/capstone/platform.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/f7a8c0f679a9eb2a1a3210dff5a672f...