[KERNEL32] Apply Wine commit caa0829 by Qian Hong: Make SetUnhandledExceptionFilter hotpatchable.

svn path=/trunk/; revision=66053
This commit is contained in:
Amine Khaldi 2015-01-18 16:49:17 +00:00
parent 40e2cf8ff0
commit 9c8e45896b

View file

@ -431,6 +431,7 @@ SetErrorMode(IN UINT uMode)
*/
LPTOP_LEVEL_EXCEPTION_FILTER
WINAPI
DECLSPEC_HOTPATCH
SetUnhandledExceptionFilter(IN LPTOP_LEVEL_EXCEPTION_FILTER lpTopLevelExceptionFilter)
{
PVOID EncodedPointer, EncodedOldPointer;