wine/libs/capstone
Gerald Pfeifer f7a8c0f679 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>.
2024-12-19 11:16:19 +01:00
..
arch
include capstone: Avoid GCC being treated as old VisualStudio. 2024-12-19 11:16:19 +01:00
CREDITS.TXT
cs.c
cs_priv.h
LEB128.h
LICENSE.TXT
LICENSE_LLVM.TXT
Makefile.in
Mapping.c capstone: Comment out error printfs. 2024-10-22 19:37:17 +02:00
Mapping.h
MathExtras.h
MCDisassembler.h
MCFixedLenDisassembler.h
MCInst.c
MCInst.h
MCInstrDesc.c
MCInstrDesc.h
MCRegisterInfo.c
MCRegisterInfo.h
SStream.c
SStream.h
utils.c
utils.h