mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- Fix build.
svn path=/trunk/; revision=56539
This commit is contained in:
parent
98fe9f7db3
commit
5ea511aa17
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ co_IntSendActivateMessages(HWND hWndPrev, HWND hWnd, BOOL MouseActivate)
|
||||||
List = IntWinListChildren(UserGetWindowObject(IntGetDesktopWindow()));
|
List = IntWinListChildren(UserGetWindowObject(IntGetDesktopWindow()));
|
||||||
if ( List )
|
if ( List )
|
||||||
{
|
{
|
||||||
if ( OldTid )
|
if ( OldTID )
|
||||||
{
|
{
|
||||||
for (phWnd = List; *phWnd; ++phWnd)
|
for (phWnd = List; *phWnd; ++phWnd)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue