Nikolay Sivov : dwrite: Remove already defined macros.
Module: wine Branch: master Commit: fd56f8e31c633c34c3c9c5c1433bba2fd0815f6a URL: https://source.winehq.org/git/wine.git/?a=commit;h=fd56f8e31c633c34c3c9c5c14... Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Mon Apr 25 13:31:43 2022 +0300 dwrite: Remove already defined macros. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/dwrite/font.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dlls/dwrite/font.c b/dlls/dwrite/font.c index 93adb65ec76..c663ed77b96 100644 --- a/dlls/dwrite/font.c +++ b/dlls/dwrite/font.c @@ -415,11 +415,6 @@ struct dwrite_colorglyphenum struct dwrite_fonttable colr; /* used to access layers */ }; -#define GLYPH_BLOCK_SHIFT 8 -#define GLYPH_BLOCK_SIZE (1UL << GLYPH_BLOCK_SHIFT) -#define GLYPH_BLOCK_MASK (GLYPH_BLOCK_SIZE - 1) -#define GLYPH_MAX 65536 - struct dwrite_fontfile { IDWriteFontFile IDWriteFontFile_iface;
participants (1)
-
Alexandre Julliard