mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:05:52 +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
|
||||
* probably because I'm not doing it right in NtUserBuildHwndList.
|
||||
* 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 */
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue