From: Mohamad Al-Jaf mohamadaljaf@gmail.com
--- dlls/windows.ui/uisettings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/windows.ui/uisettings.c b/dlls/windows.ui/uisettings.c index 3d5988882db..8ae4c912721 100644 --- a/dlls/windows.ui/uisettings.c +++ b/dlls/windows.ui/uisettings.c @@ -366,7 +366,7 @@ static HRESULT WINAPI uisettings3_add_ColorValuesChanged( IUISettings3 *iface, I static HRESULT WINAPI uisettings3_remove_ColorValuesChanged( IUISettings3 *iface, EventRegistrationToken cookie ) { FIXME( "iface %p, cookie %#I64x stub!\n", iface, cookie.value ); - return E_NOTIMPL; + return S_OK; }
static const struct IUISettings3Vtbl uisettings3_vtbl =