Jacek Caban : user32: Make SetWindowLongW hotpatchable.

Alexandre Julliard julliard at winehq.org
Thu Jun 9 10:35:13 CDT 2016


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Wed Jun  8 19:59:33 2016 +0200

user32: Make SetWindowLongW hotpatchable.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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

diff --git a/dlls/user32/win.c b/dlls/user32/win.c
index eb1aeda..463602a 100644
--- a/dlls/user32/win.c
+++ b/dlls/user32/win.c
@@ -2678,7 +2678,7 @@ LONG WINAPI DECLSPEC_HOTPATCH SetWindowLongA( HWND hwnd, INT offset, LONG newval
  * and WM_STYLECHANGED afterwards.
  * App ver 4.0 can't use SetWindowLong to change WS_EX_TOPMOST.
  */
-LONG WINAPI SetWindowLongW(
+LONG WINAPI DECLSPEC_HOTPATCH SetWindowLongW(
     HWND hwnd,  /* [in] window to alter */
     INT offset, /* [in] offset, in bytes, of location to alter */
     LONG newval /* [in] new value of location */




More information about the wine-cvs mailing list