mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[WIN32K:NTUSER] Remove broken assert in NtUserCreateWindowEx. CORE-18123
This commit is contained in:
parent
7d1a497619
commit
9f5cde9cbe
1 changed files with 0 additions and 2 deletions
|
@ -2617,8 +2617,6 @@ NtUserCreateWindowEx(
|
|||
lstrClassName.Buffer = NULL;
|
||||
lstrClsVersion.Buffer = NULL;
|
||||
|
||||
ASSERT(plstrWindowName);
|
||||
|
||||
if ( (dwStyle & (WS_POPUP|WS_CHILD)) != WS_CHILD)
|
||||
{
|
||||
/* check hMenu is valid handle */
|
||||
|
|
Loading…
Reference in a new issue