Module: wine Branch: master Commit: 29d35db9a5e713f286adc16665c5b34d419de8f0 URL: https://source.winehq.org/git/wine.git/?a=commit;h=29d35db9a5e713f286adc1666...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Sep 30 16:08:21 2020 +0200
gdi32: Move font codepage setup out of freetype.c.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/gdi32/font.c | 409 ++++++++++++++++++++++++++++++++++++++++++++ dlls/gdi32/freetype.c | 429 +---------------------------------------------- dlls/gdi32/gdi_private.h | 2 + dlls/gdi32/gdiobj.c | 2 +- 4 files changed, 413 insertions(+), 429 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=29d35db9a5e713f286adc...