[PSEH] Use dummy PSEH for clang(-cl) amd64 build

This commit is contained in:
Jérôme Gardou 2021-05-03 15:29:50 +02:00 committed by Jérôme Gardou
parent d0bb775774
commit 07dcec0325

View file

@ -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