Commit 991fc358 authored by Uwe Bonnes's avatar Uwe Bonnes Committed by Alexandre Julliard

Add back lost treatment of HWND_TOPMOST.

parent 92499dba
......@@ -1563,7 +1563,7 @@ LRESULT MSG_SendMessage( HWND hwnd, UINT msg, WPARAM wParam,
*pRes = 0;
if (hwnd == HWND_BROADCAST)
if (hwnd == HWND_BROADCAST|| hwnd == HWND_TOPMOST)
{
*pRes = 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