mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 02:41:22 +00:00
- Check window is still alive.
svn path=/trunk/; revision=41793
This commit is contained in:
parent
1ab79b4fa3
commit
775000286f
1 changed files with 2 additions and 0 deletions
|
@ -895,6 +895,8 @@ co_WinPosSetWindowPos(
|
|||
|
||||
ASSERT_REFS_CO(Window);
|
||||
|
||||
if (!Window->Wnd) return FALSE;
|
||||
|
||||
/* FIXME: Get current active window from active queue. */
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue