[PSEH] Use native SEH on clang-cl x64

This commit is contained in:
Timo Kreuzer 2024-11-29 09:59:48 +02:00
parent 478317abcb
commit 96676ca251
2 changed files with 11 additions and 10 deletions

View file

@ -25,7 +25,7 @@
#define __USE_PSEH2__
#if defined(_USE_NATIVE_SEH) || (defined(_MSC_VER) && !(defined(__clang__) && defined(_M_AMD64)))
#if defined(_USE_NATIVE_SEH) || defined(_MSC_VER)
#define _SEH2_TRY __try
#define _SEH2_FINALLY __finally