mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:53:07 +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
|
LPTOP_LEVEL_EXCEPTION_FILTER
|
||||||
WINAPI
|
WINAPI
|
||||||
|
DECLSPEC_HOTPATCH
|
||||||
SetUnhandledExceptionFilter(IN LPTOP_LEVEL_EXCEPTION_FILTER lpTopLevelExceptionFilter)
|
SetUnhandledExceptionFilter(IN LPTOP_LEVEL_EXCEPTION_FILTER lpTopLevelExceptionFilter)
|
||||||
{
|
{
|
||||||
PVOID EncodedPointer, EncodedOldPointer;
|
PVOID EncodedPointer, EncodedOldPointer;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue