Signed-off-by: Jacek Caban jacek@codeweavers.com --- This exposes user_thread_info in ntuser.h. I think that we will ultimately want to expose only parts of that, but it's convenient for now for the transition.
dlls/user32/input.c | 35 ++++++----------------- dlls/user32/message.c | 4 +-- dlls/user32/misc.c | 4 +-- dlls/user32/sysparams.c | 2 +- dlls/user32/user32.spec | 2 +- dlls/user32/user_private.h | 30 -------------------- dlls/win32u/input.c | 54 ++++++++++++++++++++++++++++++++++++ dlls/win32u/syscall.c | 1 + dlls/win32u/win32u.spec | 2 +- dlls/win32u/win32u_private.h | 5 ++++ include/ntuser.h | 30 ++++++++++++++++++++ 11 files changed, 106 insertions(+), 63 deletions(-)