Nikolay Sivov : dwrite: Remove already defined macros.

Alexandre Julliard julliard at winehq.org
Mon Apr 25 16:30:32 CDT 2022


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Mon Apr 25 13:31:43 2022 +0300

dwrite: Remove already defined macros.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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;




More information about the wine-cvs mailing list