mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[WIN32K:NTUSER] Remove broken assert in NtUserCreateWindowEx. CORE-18123
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user