Module: wine Branch: master Commit: be6f5ed95ab24a8a1f5fd0bc0e74e566c717c83c URL: https://gitlab.winehq.org/wine/wine/-/commit/be6f5ed95ab24a8a1f5fd0bc0e74e56...
Author: Jacek Caban jacek@codeweavers.com Date: Mon Nov 28 21:24:27 2022 +0100
win32u: Move NtUserGetDC implementation from user32.
---
dlls/user32/button.c | 4 ++-- dlls/user32/clipboard.c | 6 +++--- dlls/user32/combo.c | 4 ++-- dlls/user32/dialog.c | 2 +- dlls/user32/edit.c | 10 +++++----- dlls/user32/icontitle.c | 2 +- dlls/user32/mdi.c | 2 +- dlls/user32/msgbox.c | 2 +- dlls/user32/painting.c | 16 ---------------- dlls/user32/static.c | 2 +- dlls/user32/user32.spec | 2 +- dlls/win32u/dce.c | 9 +++++++++ dlls/win32u/menu.c | 6 +++--- dlls/win32u/syscall.c | 1 + dlls/win32u/sysparams.c | 2 +- dlls/win32u/win32u.spec | 2 +- dlls/wow64win/syscall.h | 1 + dlls/wow64win/user.c | 7 +++++++ include/ntuser.h | 1 + 19 files changed, 42 insertions(+), 39 deletions(-)