Jactry Zeng : dwmapi: Return S_OK from DwmFlush().

Alexandre Julliard julliard at winehq.org
Wed Jun 15 16:00:39 CDT 2022


Module: wine
Branch: master
Commit: f397807415b4807aeabac7243a13a15599008ee7
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=f397807415b4807aeabac7243a13a15599008ee7

Author: Jactry Zeng <jzeng at codeweavers.com>
Date:   Fri Jun  3 02:50:30 2022 -0500

dwmapi: Return S_OK from DwmFlush().

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53035
Signed-off-by: Jactry Zeng <jzeng at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/dwmapi/dwmapi_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/dwmapi/dwmapi_main.c b/dlls/dwmapi/dwmapi_main.c
index 1fb522e389a..1a65410c7eb 100644
--- a/dlls/dwmapi/dwmapi_main.c
+++ b/dlls/dwmapi/dwmapi_main.c
@@ -92,7 +92,7 @@ HRESULT WINAPI DwmFlush(void)
 
     if (!once++) FIXME("() stub\n");
 
-    return E_NOTIMPL;
+    return S_OK;
 }
 
 /**********************************************************************




More information about the wine-cvs mailing list