fix ehdata_structs.hpp on clang

This commit is contained in:
dankmeme01 2024-01-18 17:01:39 +01:00
parent f3e937b8cc
commit a99f992a10

View file

@ -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