Commit 9d7a710f authored by Alexandre Julliard's avatar Alexandre Julliard

dwrite: Avoid a compiler warning when FreeType is missing.

parent 11b797bb
......@@ -36,10 +36,10 @@
#include "dwrite_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(dwrite);
#ifdef HAVE_FREETYPE
WINE_DEFAULT_DEBUG_CHANNEL(dwrite);
static CRITICAL_SECTION freetype_cs;
static CRITICAL_SECTION_DEBUG critsect_debug =
{
......
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