mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 11:53:32 +00:00
[WIN32SS] Replace ASSERT(FALSE); in IntGhostWindowFromHungWindow (#1116)
CORE-11944
This commit is contained in:
@@ -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