- Hack around a bug (tm)

svn path=/trunk/; revision=63743
This commit is contained in:
Jérôme Gardou 2014-07-26 15:53:20 +00:00
parent 2d6704f615
commit f637c9716a

View file

@ -111,6 +111,12 @@ IntEngWindowChanged(
{
XCLIPOBJ *Clip;
/*
* This function is broken because AtomWndObj conflicts with
* properties set from user mode using SetPropW
*/
return;
ASSERT_IRQL_LESS_OR_EQUAL(PASSIVE_LEVEL);
Clip = UserGetProp(Window, AtomWndObj);