kernel32: Make SetUnhandledExceptionFilter hotpatchable.
This commit is contained in:
parent
d6450cfad5
commit
caa0829d56
@ -461,7 +461,7 @@ LONG WINAPI UnhandledExceptionFilter(PEXCEPTION_POINTERS epointers)
|
||||
/***********************************************************************
|
||||
* SetUnhandledExceptionFilter (KERNEL32.@)
|
||||
*/
|
||||
LPTOP_LEVEL_EXCEPTION_FILTER WINAPI SetUnhandledExceptionFilter(
|
||||
LPTOP_LEVEL_EXCEPTION_FILTER WINAPI DECLSPEC_HOTPATCH SetUnhandledExceptionFilter(
|
||||
LPTOP_LEVEL_EXCEPTION_FILTER filter )
|
||||
{
|
||||
LPTOP_LEVEL_EXCEPTION_FILTER old = top_filter;
|
||||
|
Loading…
x
Reference in New Issue
Block a user