winex11.drv: Move a conditionally used label into the condition in X11DRV_XRender_Init.

This commit is contained in:
Gerald Pfeifer 2011-11-26 23:34:52 +01:00 committed by Alexandre Julliard
parent 2508025bcd
commit ef6f8a58c5

View File

@ -427,9 +427,10 @@ const struct gdi_dc_funcs *X11DRV_XRender_Init(void)
fontconfig_installed = pFcInit();
}
else TRACE( "cannot find the fontconfig library " SONAME_LIBFONTCONFIG "\n" );
#endif
sym_not_found:
#endif
glyphsetCache = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY,
sizeof(*glyphsetCache) * INIT_CACHE_SIZE);