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
_mingw.h [VCRUNTIME] Add __nullptr definition for non-MSVC compilers 2024-11-16 20:01:49 +02:00
_mingw_mac.h
_mingw_unicode.h
armintr.h
comdef.h
comdefsp.h
comip.h
comutil.h
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
pgobootrun.h
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
setjmp.h [VCRUNTIME] Stop including crtdefs.h 2024-11-02 12:52:59 +02:00
setjmpex.h
stdarg.h [VCRUNTIME] Stop including crtdefs.h 2024-11-02 12:52:59 +02:00
stdbool.h
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.h [VCRUNTIME] Fix a warning with GCC 13 2025-01-14 13:34:24 +02:00
vcruntime_new_debug.h
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