- Fix build

I wonder how ninja managed to compile this locally

svn path=/trunk/; revision=57633
This commit is contained in:
Giannis Adamopoulos 2012-10-28 10:43:48 +00:00
parent 765f09416d
commit 5d8559da94

View file

@ -2504,7 +2504,7 @@ NtUserCreateWindowEx(
UserEnterExclusive(); UserEnterExclusive();
/* Call the internal function */ /* Call the internal function */
pwnd = co_UserCreateWindowEx(&Cs, &ustrClassName, plstrWindowName, acbiBuffer, NULL); pwnd = co_UserCreateWindowEx(&Cs, &ustrClassName, plstrWindowName, acbiBuffer);
if(!pwnd) if(!pwnd)
{ {