mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:55:41 +00:00
[RTL] make RtlAddVectoredExceptionHandler hotpatchable
svn path=/trunk/; revision=68798
This commit is contained in:
parent
190095e160
commit
3f801dad23
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ RtlpInitializeVectoredExceptionHandling(VOID)
|
|||
/*
|
||||
* @implemented
|
||||
*/
|
||||
PVOID NTAPI
|
||||
PVOID NTAPI DECLSPEC_HOTPATCH
|
||||
RtlAddVectoredExceptionHandler(IN ULONG FirstHandler,
|
||||
IN PVECTORED_EXCEPTION_HANDLER VectoredHandler)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue