mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Fix MSVC issue.
svn path=/trunk/; revision=34271
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user