Commit 3db38ea7 authored by Vijay Kiran Kamuju's avatar Vijay Kiran Kamuju Committed by Alexandre Julliard

taskschd: Return success from Principal_put_RunLevel.

parent 6ec977aa
......@@ -1620,7 +1620,7 @@ static HRESULT WINAPI Principal_get_RunLevel(IPrincipal *iface, TASK_RUNLEVEL_TY
static HRESULT WINAPI Principal_put_RunLevel(IPrincipal *iface, TASK_RUNLEVEL_TYPE run_level)
{
FIXME("%p,%u: stub\n", iface, run_level);
return E_NOTIMPL;
return S_OK;
}
static const IPrincipalVtbl Principal_vtbl =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment