From b2a4a3214a48ea84769f26767b846197304acbdb Mon Sep 17 00:00:00 2001 From: James Tabor Date: Wed, 29 Dec 2010 04:52:06 +0000 Subject: [PATCH] - Update note after 50205. svn path=/trunk/; revision=50206 --- reactos/dll/win32/user32/windows/window.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/dll/win32/user32/windows/window.c b/reactos/dll/win32/user32/windows/window.c index b91392f3635..21caa9e2806 100644 --- a/reactos/dll/win32/user32/windows/window.c +++ b/reactos/dll/win32/user32/windows/window.c @@ -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;