mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[KERNEL32] Apply Wine commit caa0829 by Qian Hong: Make SetUnhandledExceptionFilter hotpatchable.
svn path=/trunk/; revision=66053
This commit is contained in:
parent
40e2cf8ff0
commit
9c8e45896b
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue