mirror of
https://github.com/reactos/reactos.git
synced 2025-06-13 04:28:30 +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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pHwnd[dwCount] = (HWND) 0;
|
||||||
|
|
||||||
return pHwnd;
|
return pHwnd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue