mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:13:00 +00:00
[Win32SS]
- Fix hang, CORE-10785 and ROSTESTS-208. svn path=/trunk/; revision=70784
This commit is contained in:
parent
1673380d6e
commit
1a71a5dae6
1 changed files with 3 additions and 1 deletions
|
@ -535,7 +535,9 @@ co_IntSetForegroundAndFocusWindow(
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
//ERR("Activate Not same PQ and WQ and Wnd.\n");
|
//ERR("Activate Not same PQ and WQ and Wnd.\n");
|
||||||
co_IntSendMessage(hWnd, WM_ASYNC_SETACTIVEWINDOW, (WPARAM)Wnd, (LPARAM)MouseActivate );
|
//// CORE-10785 fix hang, ROSTESTS-208 allows test to run.
|
||||||
|
//// co_IntSendMessage(hWnd, WM_ASYNC_SETACTIVEWINDOW, (WPARAM)Wnd, (LPARAM)MouseActivate );
|
||||||
|
co_IntSendMessageNoWait(hWnd, WM_ASYNC_SETACTIVEWINDOW, (WPARAM)Wnd, (LPARAM)MouseActivate );
|
||||||
Ret = TRUE;
|
Ret = TRUE;
|
||||||
}
|
}
|
||||||
return Ret && fgRet;
|
return Ret && fgRet;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue