From: Zhiyi Zhang <zzhang@codeweavers.com> React Native applications depend on this. Wine-Bug: http://bugs.winehq.org/show_bug.cgi?id=50814 --- dlls/d2d1/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/d2d1/device.c b/dlls/d2d1/device.c index ac1220bc9b3..eeb3029552b 100644 --- a/dlls/d2d1/device.c +++ b/dlls/d2d1/device.c @@ -1865,7 +1865,7 @@ static HRESULT STDMETHODCALLTYPE d2d_device_context_Flush(ID2D1DeviceContext6 *i if (context->ops && context->ops->device_context_present) context->ops->device_context_present(context->outer_unknown); - return E_NOTIMPL; + return S_OK; } static void STDMETHODCALLTYPE d2d_device_context_SaveDrawingState(ID2D1DeviceContext6 *iface, -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/9961