Jacek Caban : win32u: Use syscall interface for some font functions.

Alexandre Julliard julliard at winehq.org
Mon Oct 11 15:41:36 CDT 2021


Module: wine
Branch: master
Commit: 0dfedf79b6eaeef7abd9d831a542ccd0950d86c9
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=0dfedf79b6eaeef7abd9d831a542ccd0950d86c9

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Mon Oct 11 18:49:36 2021 +0200

win32u: Use syscall interface for some font functions.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/win32u/gdiobj.c             |  8 ----
 dlls/win32u/syscall.c            |  8 ++++
 dlls/win32u/win32u.spec          | 16 ++++----
 dlls/win32u/win32u_private.h     | 14 -------
 dlls/win32u/wrappers.c           | 46 ---------------------
 dlls/wow64win/gdi.c              | 89 ++++++++++++++++++++++++++++++++++++++++
 dlls/wow64win/syscall.h          |  8 ++++
 dlls/wow64win/wow64win_private.h | 12 ++++++
 8 files changed, 125 insertions(+), 76 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=0dfedf79b6eaeef7abd9d831a542ccd0950d86c9



More information about the wine-cvs mailing list