mirror of
https://github.com/reactos/reactos.git
synced 2025-07-03 02:21:21 +00:00
[VCRUNTIME] Add missing definitions
This commit is contained in:
parent
e202420456
commit
e5633f656f
3 changed files with 33 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue