https://git.reactos.org/?p=reactos.git;a=commitdiff;h=07dcec0325a056ed3f1480...
commit 07dcec0325a056ed3f1480e2856456634c2d80cc Author: Jérôme Gardou jerome.gardou@reactos.org AuthorDate: Mon May 3 15:29:50 2021 +0200 Commit: Jérôme Gardou zefklop@users.noreply.github.com CommitDate: Mon May 3 22:00:57 2021 +0200
[PSEH] Use dummy PSEH for clang(-cl) amd64 build --- sdk/lib/pseh/include/pseh/pseh2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdk/lib/pseh/include/pseh/pseh2.h b/sdk/lib/pseh/include/pseh/pseh2.h index fd985dd8702..ecaaa72ee87 100644 --- a/sdk/lib/pseh/include/pseh/pseh2.h +++ b/sdk/lib/pseh/include/pseh/pseh2.h @@ -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