Commit fd56f8e3 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

dwrite: Remove already defined macros.

parent 58ea0d81
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment