Author: akhaldi Date: Sun Jan 18 16:49:17 2015 New Revision: 66053
URL: http://svn.reactos.org/svn/reactos?rev=66053&view=rev Log: [KERNEL32] Apply Wine commit caa0829 by Qian Hong: Make SetUnhandledExceptionFilter hotpatchable.
Modified: trunk/reactos/dll/win32/kernel32/client/except.c
Modified: trunk/reactos/dll/win32/kernel32/client/except.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/client/e... ============================================================================== --- trunk/reactos/dll/win32/kernel32/client/except.c [iso-8859-1] (original) +++ trunk/reactos/dll/win32/kernel32/client/except.c [iso-8859-1] Sun Jan 18 16:49:17 2015 @@ -431,6 +431,7 @@ */ LPTOP_LEVEL_EXCEPTION_FILTER WINAPI +DECLSPEC_HOTPATCH SetUnhandledExceptionFilter(IN LPTOP_LEVEL_EXCEPTION_FILTER lpTopLevelExceptionFilter) { PVOID EncodedPointer, EncodedOldPointer;