mirror of
https://github.com/reactos/reactos.git
synced 2025-06-27 06:29:44 +00:00
[CRT]
- add missing __CxxFrameHandler (stub) - Add missing c++ aliases for x64 [MSVCRT] - Update exports on x64 svn path=/trunk/; revision=61925
This commit is contained in:
parent
8dddaf53b2
commit
5c4082a7a6
3 changed files with 91 additions and 20 deletions
|
@ -12,6 +12,19 @@ __C_specific_handler(
|
|||
struct _DISPATCHER_CONTEXT *_DispatcherContext)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
__debugbreak();
|
||||
return 0;
|
||||
}
|
||||
|
||||
DWORD
|
||||
__CxxFrameHandler(
|
||||
PEXCEPTION_RECORD rec,
|
||||
EXCEPTION_REGISTRATION_RECORD* ExceptionRegistrationFrame,
|
||||
PCONTEXT context,
|
||||
EXCEPTION_REGISTRATION_RECORD** _ExceptionRecord)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
__debugbreak();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue