[PATCH v4 5/5] win32u: Move NtUserCountClipboardFormats implementation from user32.

Jacek Caban jacek at codeweavers.com
Thu Nov 11 07:13:45 CST 2021


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
  dlls/user32/clipboard.c      | 23 +--------------
  dlls/user32/user32.spec      |  2 +-
  dlls/win32u/Makefile.in      |  1 +
  dlls/win32u/clipboard.c      | 55 ++++++++++++++++++++++++++++++++++++
  dlls/win32u/driver.c         | 34 +++++++++++++++++++---
  dlls/win32u/gdiobj.c         |  1 +
  dlls/win32u/win32u.spec      |  2 +-
  dlls/win32u/win32u_private.h |  3 ++
  dlls/win32u/wrappers.c       |  5 ++++
  include/ntuser.h             |  1 +
  10 files changed, 99 insertions(+), 28 deletions(-)
  create mode 100644 dlls/win32u/clipboard.c


-------------- next part --------------
A non-text attachment was scrubbed...
Name: v4-0005-win32u-Move-NtUserCountClipboardFormats-implementat.txt
Type: text/x-patch
Size: 8824 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20211111/34e04886/attachment.bin>


More information about the wine-devel mailing list