[VCRUNTIME] Add missing definitions

This commit is contained in:
Timo Kreuzer 2024-10-13 19:13:36 +03:00
parent e202420456
commit e5633f656f
3 changed files with 33 additions and 0 deletions

View file

@ -16,6 +16,10 @@
#error eh.h is only for C++!
#endif
extern "C++" {
_VCRT_EXPORT_STD class type_info;
}
typedef void (__cdecl *terminate_function)(void);
typedef void (__cdecl *terminate_handler)(void);
typedef void (__cdecl *unexpected_function)(void);