mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
revert r21958
svn path=/trunk/; revision=21959
This commit is contained in:
@@ -2444,7 +2444,7 @@ NtUserFindWindowEx(HWND hwndParent,
|
||||
ClassName.Length,
|
||||
sizeof(WCHAR));
|
||||
}
|
||||
else if (ClassName.Buffer != NULL || !IS_ATOM(ClassName.Buffer))
|
||||
else if (ClassName.Buffer != NULL && !IS_ATOM(ClassName.Buffer))
|
||||
{
|
||||
SetLastWin32Error(ERROR_INVALID_PARAMETER);
|
||||
_SEH_LEAVE;
|
||||
|
||||
Reference in New Issue
Block a user