mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 11:48:31 +00:00
[PSEH] Use dummy PSEH for clang(-cl) amd64 build
This commit is contained in:
parent
d0bb775774
commit
07dcec0325
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
#ifndef KJK_PSEH2_H_
|
||||
#define KJK_PSEH2_H_
|
||||
|
||||
#if defined(_USE_NATIVE_SEH) || defined(_MSC_VER)
|
||||
#if defined(_USE_NATIVE_SEH) || (defined(_MSC_VER) && !(defined(__clang__) && defined(_M_AMD64)))
|
||||
|
||||
#include <excpt.h>
|
||||
#define _SEH2_TRY __try
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue