[WIN32SS] Replace ASSERT(FALSE); in IntGhostWindowFromHungWindow (#1116)

CORE-11944
This commit is contained in:
Katayama Hirofumi MZ 2018-12-12 08:03:49 +09:00 committed by GitHub
parent dc65db7c13
commit aa04a0a6d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)