Commit 56ab4a20 authored by Kirill K. Smirnov's avatar Kirill K. Smirnov Committed by Alexandre Julliard

winhelp: Do not confuse caller application with bogus error when we really succeeded.

parent 42677e25
......@@ -445,7 +445,8 @@ static LRESULT WINHELP_HandleCommand(HWND hSrcWnd, LPARAM lParam)
break;
}
}
return 0L;
/* Always return success for now */
return 1;
}
/******************************************************************
......
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