mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[WIN32SS] Replace ASSERT(FALSE); in IntGhostWindowFromHungWindow (#1116)
CORE-11944
This commit is contained in:
committed by
GitHub
parent
dc65db7c13
commit
aa04a0a6d3
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user