mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 12:24:48 +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…
Add table
Add a link
Reference in a new issue