dwrite: Remove fixme from CreateFontFallback().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
b60796bd73
commit
19e9b819f7
|
@ -2357,7 +2357,7 @@ static HRESULT WINAPI fontfallbackbuilder_CreateFontFallback(IDWriteFontFallback
|
|||
struct dwrite_fontfallback_builder *fallbackbuilder = impl_from_IDWriteFontFallbackBuilder(iface);
|
||||
struct dwrite_fontfallback *fallback;
|
||||
|
||||
FIXME("%p, %p stub.\n", iface, ret);
|
||||
TRACE("%p, %p.\n", iface, ret);
|
||||
|
||||
*ret = NULL;
|
||||
|
||||
|
|
Loading…
Reference in New Issue