mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 05:28:14 +00:00
[WIN32SS] Replace ASSERT(FALSE); in IntGhostWindowFromHungWindow (#1116)
CORE-11944
This commit is contained in:
parent
dc65db7c13
commit
aa04a0a6d3
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ HWND FASTCALL IntGhostWindowFromHungWindow(PWND pHungWnd)
|
|||
HWND hwndGhost;
|
||||
|
||||
if (!IntGetAtomFromStringOrAtom(&GhostProp, &Atom))
|
||||
ASSERT(FALSE);
|
||||
return NULL;
|
||||
|
||||
hwndGhost = UserGetProp(pHungWnd, Atom, TRUE);
|
||||
if (hwndGhost)
|
||||
|
|
Loading…
Reference in a new issue