Revert 23251 it causing regress and it is ungly hack

svn path=/trunk/; revision=23261
This commit is contained in:
Magnus Olsen 2006-07-24 06:28:30 +00:00
parent 9b5a87cdac
commit a937d122c1

View file

@ -1508,17 +1508,6 @@ co_IntCreateWindowEx(DWORD dwExStyle,
RETURN(NULL);
}
if (Class->System)
{
if (hWndParent)
{
/* HACK
* use supplied window handle for notifications
*/
ParentWindowHandle = hWndParent;
}
}
WinSta = PsGetCurrentThreadWin32Thread()->Desktop->WindowStation;
//FIXME: Reference thread/desktop instead