mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 20:13:04 +00:00
[PSEH] Use native SEH on clang-cl x64
This commit is contained in:
parent
478317abcb
commit
96676ca251
2 changed files with 11 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue