mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-24 03:39:56 -04:00
fix ehdata_structs.hpp on clang
This commit is contained in:
parent
f3e937b8cc
commit
a99f992a10
1 changed files with 5 additions and 1 deletions
|
@ -47,4 +47,8 @@ struct _MSVC_ThrowInfo {
|
|||
unsigned long pCatchableTypeArray;
|
||||
};
|
||||
|
||||
#include <ehdata.h> // for EH_EXCEPTION_NUMBER
|
||||
#if defined(__clang__)
|
||||
# define _ThrowInfo _MSVC_ThrowInfo
|
||||
#endif
|
||||
|
||||
#include <ehdata.h> // for EH_EXCEPTION_NUMBER
|
||||
|
|
Loading…
Add table
Reference in a new issue