user32: Make SetWindowLongW hotpatchable.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Jacek Caban 2016-06-08 19:59:33 +02:00 committed by Alexandre Julliard
parent f426ece3a1
commit bce9e1d2bd
1 changed files with 1 additions and 1 deletions

View File

@ -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 */