mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Terminate hWnd list.
svn path=/trunk/; revision=26576
This commit is contained in:
parent
26e3f1e305
commit
fbdc420d95
1 changed files with 2 additions and 0 deletions
|
@ -161,6 +161,8 @@ HWND* WIN_ListChildren (HWND hWndparent)
|
|||
return 0;
|
||||
}
|
||||
|
||||
pHwnd[dwCount] = (HWND) 0;
|
||||
|
||||
return pHwnd;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue