Module: wine
Branch: master
Commit: 5e4dedff8e062fb21e0719ccbbbb5d5ca53cec75
URL: https://source.winehq.org/git/wine.git/?a=commit;h=5e4dedff8e062fb21e0719cc…
Author: Zebediah Figura <zfigura(a)codeweavers.com>
Date: Wed Apr 20 19:15:31 2022 -0500
win32u: Remove the "proc" parameter to NtUserSetSystemTimer().
Testing on 32-bit Windows 10 suggests that the function only has three
parameters. The test fixed in this patch (which still succeeds on e.g. Windows
2003) suggests that the final parameter to SetSystemTimer() is not a callback,
either.
Signed-off-by: Zebediah Figura <zfigura(a)codeweavers.com>
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/comctl32/listbox.c | 2 +-
dlls/user32/caret.c | 4 ++--
dlls/user32/input.c | 2 +-
dlls/user32/listbox.c | 2 +-
dlls/user32/message.c | 11 +++++++++++
dlls/user32/scroll.c | 8 ++++----
dlls/user32/tests/msg.c | 3 +--
dlls/user32/user32.spec | 2 +-
dlls/win32u/message.c | 8 +++-----
dlls/win32u/win32u.spec | 2 +-
dlls/wow64win/user.c | 3 +--
include/ntuser.h | 2 +-
include/winuser.h | 2 +-
13 files changed, 29 insertions(+), 22 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=5e4dedff8e062fb21e07…