[RTL] Apply Wine commit cffd86f by Qian Hong: Make RtlAddVectoredExceptionHandler hotpatchable.

svn path=/trunk/; revision=66058
This commit is contained in:
Amine Khaldi 2015-01-19 12:06:17 +00:00
parent 3b7809f832
commit 549a3d8b04

View file

@ -192,6 +192,7 @@ RtlRemoveVectoredExceptionHandler(IN PVOID VectoredHandlerHandle)
PVOID
NTAPI
DECLSPEC_HOTPATCH
RtlAddVectoredContinueHandler(
IN ULONG FirstHandler,
IN PVECTORED_EXCEPTION_HANDLER VectoredHandler)