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>.