Fix MSVC issue.

svn path=/trunk/; revision=34271
This commit is contained in:
James Tabor 2008-07-03 05:58:33 +00:00
parent ef1ec36884
commit 71b125ad4f

View file

@ -108,7 +108,8 @@ co_IntSendActivateMessages(HWND hWndPrev, HWND hWnd, BOOL MouseActivate)
if (OldTID != NewTID)
{
if ((List = IntWinListChildren(UserGetWindowObject(IntGetDesktopWindow()))))
List = IntWinListChildren(UserGetWindowObject(IntGetDesktopWindow()));
if (List)
{
for (phWnd = List; *phWnd; ++phWnd)
{