reactos/sdk/include/vcruntime
Timo Kreuzer 478317abcb [PSEH] Fix SEH compatibility macros for dummy PSEH
This is used with Clang, which does have native SEH, but it's broken and can cause the compiler to crash. Previously some code was not handling this and instead used native SEH for clang. Fix this by always using _SEH2_* macros instead of relying on __USE_PSEH2__ to be defined.

Try to improve things
2025-01-14 13:34:24 +02:00
..
mingw32 [VCRUNTIME] Fix some intrinsics with clang-cl 17 2025-01-14 13:34:24 +02:00
msc [VCRUNTIME] Move compiler runtime headers into their own folder 2024-11-02 12:52:59 +02:00
_mingw.h [VCRUNTIME] Add __nullptr definition for non-MSVC compilers 2024-11-16 20:01:49 +02:00
_mingw_mac.h [VCRUNTIME] Move compiler runtime headers into their own folder 2024-11-02 12:52:59 +02:00
_mingw_unicode.h [VCRUNTIME] Move compiler runtime headers into their own folder 2024-11-02 12:52:59 +02:00
armintr.h [VCRUNTIME] Move compiler runtime headers into their own folder 2024-11-02 12:52:59 +02:00
comdef.h [VCRUNTIME] Move compiler runtime headers into their own folder 2024-11-02 12:52:59 +02:00
comdefsp.h [VCRUNTIME] Move compiler runtime headers into their own folder 2024-11-02 12:52:59 +02:00
comip.h [VCRUNTIME] Move compiler runtime headers into their own folder 2024-11-02 12:52:59 +02:00
comutil.h [VCRUNTIME] Move compiler runtime headers into their own folder 2024-11-02 12:52:59 +02:00
crtdefs.h [VCRUNTIME] Move some definitions from crtdefs.h to vadefs.h 2024-11-02 12:52:59 +02:00
eh.h [VCRUNTIME] Add missing definitions 2024-11-16 20:01:49 +02:00
emmintrin.h [VCRUNTIME] Fix emmintrin.h 2024-11-16 20:01:49 +02:00
excpt.h [PSEH] Fix SEH compatibility macros for dummy PSEH 2025-01-14 13:34:24 +02:00
gcc_sal.h [VCRUNTIME] Allow disabling GCC attributes for SAL 2024-11-16 20:01:49 +02:00
immintrin.h [VCRUNTIME] Add immintrin.h 2024-11-16 20:01:49 +02:00
intrin.h [VCRUNTIME] Add immintrin.h 2024-11-16 20:01:49 +02:00
isa_availability.h [VCRUNTIME] Add isa_availability.h 2024-11-16 20:01:49 +02:00
limits.h [VCRUNTIME] Stop including crtdefs.h 2024-11-02 12:52:59 +02:00
mmintrin.h [VCRUNTIME] Stop including crtdefs.h 2024-11-02 12:52:59 +02:00
ms_sal.h [VCRUNTIME] Move compiler runtime headers into their own folder 2024-11-02 12:52:59 +02:00
pgobootrun.h [VCRUNTIME] Move compiler runtime headers into their own folder 2024-11-02 12:52:59 +02:00
pmmintrin.h [VCRUNTIME] Add pmmintrin.h 2024-11-16 20:01:49 +02:00
rtcapi.h [VCRUNTIME] Stop including crtdefs.h 2024-11-02 12:52:59 +02:00
sal.h [VCRUNTIME] Move compiler runtime headers into their own folder 2024-11-02 12:52:59 +02:00
setjmp.h [VCRUNTIME] Stop including crtdefs.h 2024-11-02 12:52:59 +02:00
setjmpex.h [VCRUNTIME] Move compiler runtime headers into their own folder 2024-11-02 12:52:59 +02:00
stdarg.h [VCRUNTIME] Stop including crtdefs.h 2024-11-02 12:52:59 +02:00
stdbool.h [VCRUNTIME] Move compiler runtime headers into their own folder 2024-11-02 12:52:59 +02:00
stdint.h [VCRUNTIME][CRT] Change WCHAR_MIN/WCHAR_MAX to match native headers 2024-11-16 20:01:49 +02:00
vadefs.h [VCRUNTIME] Move some definitions from crtdefs.h to vadefs.h 2024-11-02 12:52:59 +02:00
varargs.h [VCRUNTIME] Move compiler runtime headers into their own folder 2024-11-02 12:52:59 +02:00
vcruntime.h [VCRUNTIME] Fix a warning with GCC 13 2025-01-14 13:34:24 +02:00
vcruntime_new_debug.h [VCRUNTIME] Add vcruntime.h and related (mostly empty) 2024-11-02 12:52:59 +02:00
vcruntime_startup.h [VCRUNTIME] Add missing definitions 2024-11-16 20:01:49 +02:00
vcruntime_string.h [VCRUNTIME] Add some missing definitions to vcruntime*.h 2024-11-02 12:52:59 +02:00
xmmintrin.h [VCRUNTIME] Fix some intrinsics with clang-cl 17 2025-01-14 13:34:24 +02:00
ymath.h [VCRUNTIME] Move compiler runtime headers into their own folder 2024-11-02 12:52:59 +02:00