From 5ea511aa170cc682980185830717913270e13e8f Mon Sep 17 00:00:00 2001 From: James Tabor Date: Tue, 8 May 2012 05:57:09 +0000 Subject: [PATCH] - Fix build. svn path=/trunk/; revision=56539 --- reactos/win32ss/user/ntuser/focus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/win32ss/user/ntuser/focus.c b/reactos/win32ss/user/ntuser/focus.c index a9a47b3f417..9d8b066b23b 100644 --- a/reactos/win32ss/user/ntuser/focus.c +++ b/reactos/win32ss/user/ntuser/focus.c @@ -141,7 +141,7 @@ co_IntSendActivateMessages(HWND hWndPrev, HWND hWnd, BOOL MouseActivate) List = IntWinListChildren(UserGetWindowObject(IntGetDesktopWindow())); if ( List ) { - if ( OldTid ) + if ( OldTID ) { for (phWnd = List; *phWnd; ++phWnd) {