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) {