Nikolay Sivov (@nsivov) commented about dlls/dwrite/analyzer.c:
sa.script = get_char_script(c); sa.shapes = DWRITE_SCRIPT_SHAPES_DEFAULT;
- if ((c >= 0x0001 && c <= 0x001f) /* C0 controls */
- if ((c <= 0x001f) /* C0 controls */
Please remove parentheses.