mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
[RTL] make RtlAddVectoredExceptionHandler hotpatchable
svn path=/trunk/; revision=68798
This commit is contained in:
@@ -111,7 +111,7 @@ RtlpInitializeVectoredExceptionHandling(VOID)
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
PVOID NTAPI
|
||||
PVOID NTAPI DECLSPEC_HOTPATCH
|
||||
RtlAddVectoredExceptionHandler(IN ULONG FirstHandler,
|
||||
IN PVECTORED_EXCEPTION_HANDLER VectoredHandler)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user