[RTL] make RtlAddVectoredExceptionHandler hotpatchable

svn path=/trunk/; revision=68798
This commit is contained in:
Christoph von Wittich 2015-08-23 07:01:19 +00:00
parent 190095e160
commit 3f801dad23

View file

@ -111,7 +111,7 @@ RtlpInitializeVectoredExceptionHandling(VOID)
/*
* @implemented
*/
PVOID NTAPI
PVOID NTAPI DECLSPEC_HOTPATCH
RtlAddVectoredExceptionHandler(IN ULONG FirstHandler,
IN PVECTORED_EXCEPTION_HANDLER VectoredHandler)
{