mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:03:00 +00:00
- Update note after 50205.
svn path=/trunk/; revision=50206
This commit is contained in:
parent
0f8e42980e
commit
b2a4a3214a
1 changed files with 2 additions and 1 deletions
|
@ -668,7 +668,8 @@ User32EnumWindows(HDESK hDesktop,
|
||||||
/* FIXME I'm only getting NULLs from Thread Enumeration, and it's
|
/* FIXME I'm only getting NULLs from Thread Enumeration, and it's
|
||||||
* probably because I'm not doing it right in NtUserBuildHwndList.
|
* probably because I'm not doing it right in NtUserBuildHwndList.
|
||||||
* Once that's fixed, we shouldn't have to check for a NULL HWND
|
* Once that's fixed, we shouldn't have to check for a NULL HWND
|
||||||
* here
|
* here
|
||||||
|
* This is now fixed in revision 50205. (jt)
|
||||||
*/
|
*/
|
||||||
if (!pHwnd[i]) /* don't enumerate a NULL HWND */
|
if (!pHwnd[i]) /* don't enumerate a NULL HWND */
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue