mirror of
https://github.com/reactos/reactos.git
synced 2025-04-06 05:34:22 +00:00
[CRT] Fix SEH macros for clang x64
This commit is contained in:
parent
b52ab2493b
commit
976c4c10aa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue