- 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:
James Tabor 2009-08-12 07:42:30 +00:00
parent b51adaebd8
commit f529b441b2

View file

@ -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)
{