Qian Hong : kernel32: Make SetUnhandledExceptionFilter hotpatchable.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Jan 16 14:12:30 CST 2015


Module: wine
Branch: master
Commit: caa0829d564310a126ad52a58865dc53f48e77e2
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=caa0829d564310a126ad52a58865dc53f48e77e2

Author: Qian Hong <qhong at codeweavers.com>
Date:   Fri Jan 16 01:50:18 2015 +0800

kernel32: Make SetUnhandledExceptionFilter hotpatchable.

---

 dlls/kernel32/except.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/kernel32/except.c b/dlls/kernel32/except.c
index 77ec91d..bd50e88 100644
--- a/dlls/kernel32/except.c
+++ b/dlls/kernel32/except.c
@@ -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;




More information about the wine-cvs mailing list