mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 20:36:26 +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
|
#endif
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#if defined(_MSC_VER) || (defined(__clang__) && defined(__SEH__))
|
||||||
#define GetExceptionCode _exception_code
|
#define GetExceptionCode _exception_code
|
||||||
#define exception_code _exception_code
|
#define exception_code _exception_code
|
||||||
#define GetExceptionInformation (struct _EXCEPTION_POINTERS *)_exception_info
|
#define GetExceptionInformation (struct _EXCEPTION_POINTERS *)_exception_info
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue