[PATCH 2/8] gdi32: Reimplement GetObjectA on top of GetObjectW.

Jacek Caban jacek at codeweavers.com
Mon Jul 5 06:40:00 CDT 2021


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
Only Unicode version is exposed by win32u.dll.

  dlls/gdi32/bitmap.c      |  1 -
  dlls/gdi32/brush.c       |  1 -
  dlls/gdi32/dc.c          |  1 -
  dlls/gdi32/dib.c         |  1 -
  dlls/gdi32/font.c        | 22 ----------------------
  dlls/gdi32/gdi_private.h |  1 -
  dlls/gdi32/gdiobj.c      | 31 -------------------------------
  dlls/gdi32/objects.c     | 29 +++++++++++++++++++++++++++++
  dlls/gdi32/palette.c     |  1 -
  dlls/gdi32/pen.c         |  1 -
  dlls/gdi32/region.c      |  1 -
  11 files changed, 29 insertions(+), 61 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-gdi32-Reimplement-GetObjectA-on-top-of-GetObjectW.txt
Type: text/x-patch
Size: 7703 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20210705/2bf9f7d0/attachment.bin>


More information about the wine-devel mailing list