dwrite: Remove already defined macros.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2022-04-25 13:31:43 +03:00 committed by Alexandre Julliard
parent 58ea0d81e5
commit fd56f8e31c
1 changed files with 0 additions and 5 deletions

View File

@ -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;