Module: wine Branch: master Commit: e7814627be0faeff062d78112fca5b7068a873a9 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e7814627be0faeff062d78112...
Author: Jacek Caban jacek@codeweavers.com Date: Mon Aug 30 13:54:30 2021 +0200
gdi32: Use ntgdi names for a few more font functions.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/gdi32/font.c | 43 +++++++++++++++++-------------------------- dlls/gdi32/gdi32.spec | 12 ++++++------ dlls/gdi32/ntgdi_private.h | 20 -------------------- include/ntgdi.h | 34 ++++++++++++++++++++++++++++++++++ 4 files changed, 57 insertions(+), 52 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e7814627be0faeff062d7...