mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
[CRT]
Rename __CxxFrameHandler to __CxxFrameHandler3 svn path=/trunk/; revision=67731
This commit is contained in:
parent
c8a7258733
commit
350a7747d4
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ __C_specific_handler(
|
||||||
}
|
}
|
||||||
|
|
||||||
DWORD
|
DWORD
|
||||||
__CxxFrameHandler(
|
__CxxFrameHandler3(
|
||||||
PEXCEPTION_RECORD rec,
|
PEXCEPTION_RECORD rec,
|
||||||
EXCEPTION_REGISTRATION_RECORD* ExceptionRegistrationFrame,
|
EXCEPTION_REGISTRATION_RECORD* ExceptionRegistrationFrame,
|
||||||
PCONTEXT context,
|
PCONTEXT context,
|
||||||
|
|
Loading…
Reference in a new issue