Module: wine Branch: master Commit: b31225da218d4d2b895b0b6298ba134800182abd URL: https://source.winehq.org/git/wine.git/?a=commit;h=b31225da218d4d2b895b0b629...
Author: Eric Pouech eric.pouech@gmail.com Date: Thu Feb 10 08:43:01 2022 +0100
gdi32: Enable compilation with long types.
Signed-off-by: Eric Pouech eric.pouech@gmail.com Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/gdi32/Makefile.in | 2 +- dlls/gdi32/dc.c | 18 +++++++++--------- dlls/gdi32/emfdc.c | 6 +++--- dlls/gdi32/enhmetafile.c | 32 ++++++++++++++++---------------- dlls/gdi32/icm.c | 10 +++++----- dlls/gdi32/metadc.c | 2 +- dlls/gdi32/metafile.c | 12 ++++++------ dlls/gdi32/objects.c | 10 +++++----- dlls/gdi32/text.c | 18 +++++++++--------- dlls/gdi32/uniscribe/opentype.c | 6 +++--- dlls/gdi32/uniscribe/usp10.c | 12 ++++++------ 11 files changed, 64 insertions(+), 64 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=b31225da218d4d2b895b0...