Nikolay Sivov : user32: Do not touch some of the values on 64-bit with SetWindowLong().
Module: wine Branch: stable Commit: 853731b3a853f132f863749a2336ee14ae576269 URL: https://source.winehq.org/git/wine.git/?a=commit;h=853731b3a853f132f863749a2... Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Fri Mar 1 00:53:42 2019 +0300 user32: Do not touch some of the values on 64-bit with SetWindowLong(). Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> (cherry picked from commit d00ed8e7b94390f831873278b399b6862f3cc484) Signed-off-by: Michael Stefaniuc <mstefani(a)winehq.org> --- dlls/user32/tests/win.c | 230 ++++++++++++++++++++++++++++++++++++++++++++++++ dlls/user32/win.c | 31 ++++++- 2 files changed, 258 insertions(+), 3 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=853731b3a853f132f8637...
participants (1)
-
Alexandre Julliard