[PATCH 09/10] win32u: Move system parameters implementation from user32.

Jacek Caban jacek at codeweavers.com
Sun Dec 5 20:15:59 CST 2021


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
I tried to reduce this patch's size with prvious patches (and previous 
series), but in the end, I think that it's best to move all params at 
the time. We need at least default_entries to be moved together and on 
top of that, further splitting would be a small win, probably not worth 
additional mess.

  dlls/user32/driver.c         |    8 +-
  dlls/user32/message.c        |    2 +-
  dlls/user32/sysparams.c      | 2549 ++--------------------------------
  dlls/user32/user32.spec      |    4 +-
  dlls/win32u/driver.c         |    5 +-
  dlls/win32u/gdiobj.c         |    3 +
  dlls/win32u/syscall.c        |    1 +
  dlls/win32u/sysparams.c      | 2338 ++++++++++++++++++++++++++++++-
  dlls/win32u/win32u.spec      |    8 +-
  dlls/win32u/win32u_private.h |    7 +-
  dlls/win32u/wrappers.c       |   28 +
  dlls/wow64win/syscall.h      |    1 +
  dlls/wow64win/user.c         |    5 +
  include/ntuser.h             |   11 +
  14 files changed, 2440 insertions(+), 2530 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0009-win32u-Move-system-parameters-implementation-from-user.txt
Type: text/x-patch
Size: 213764 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20211206/190e0215/attachment.bin>


More information about the wine-devel mailing list