[CRT] Fix SEH macros for clang x64

This commit is contained in:
Jérôme Gardou 2021-04-28 17:25:15 +02:00 committed by Jérôme Gardou
parent b52ab2493b
commit 976c4c10aa

View file

@ -70,7 +70,7 @@ typedef enum _EXCEPTION_DISPOSITION
#endif
#ifdef _MSC_VER
#if defined(_MSC_VER) || (defined(__clang__) && defined(__SEH__))
#define GetExceptionCode _exception_code
#define exception_code _exception_code
#define GetExceptionInformation (struct _EXCEPTION_POINTERS *)_exception_info