mirror of
https://github.com/reactos/reactos.git
synced 2025-06-14 21:08:29 +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_
|
#ifndef KJK_PSEH2_H_
|
||||||
#define 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>
|
#include <excpt.h>
|
||||||
#define _SEH2_TRY __try
|
#define _SEH2_TRY __try
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue