mirror of
https://github.com/reactos/reactos.git
synced 2025-04-18 19:47:14 +00:00
- Check if server side window proc is set when clearing or setting dialog window flag.
svn path=/trunk/; revision=42633
This commit is contained in:
parent
b51adaebd8
commit
f529b441b2
1 changed files with 2 additions and 1 deletions
|
@ -820,7 +820,8 @@ NtUserCallHwndParam(
|
|||
|
||||
pWnd = Window->Wnd;
|
||||
if (pWnd->head.pti->ppi == PsGetCurrentProcessWin32Process() &&
|
||||
pWnd->cbwndExtra == DLGWINDOWEXTRA)
|
||||
pWnd->cbwndExtra == DLGWINDOWEXTRA &&
|
||||
!(pWnd->state & WNDS_SERVERSIDEWINDOWPROC))
|
||||
{
|
||||
if (Param)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue