- Fix build.

svn path=/trunk/; revision=56539
This commit is contained in:
James Tabor 2012-05-08 05:57:09 +00:00
parent 98fe9f7db3
commit 5ea511aa17

View file

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