Ignore:
Timestamp:
Oct 30, 1999, 11:19:47 AM (26 years ago)
Author:
sandervl
Message:

EB's unicode changes + seticon + mdi fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wmdiclient.cpp

    r1490 r1513  
    1 /* $Id: win32wmdiclient.cpp,v 1.11 1999-10-28 12:00:36 sandervl Exp $ */
     1/* $Id: win32wmdiclient.cpp,v 1.12 1999-10-30 09:19:46 sandervl Exp $ */
    22/*
    33 * Win32 MDI Client Window Class for OS/2
     
    365365    }
    366366
    367     dprintf(("childActivate: %x %x", this, child->getWindowHandle()));
     367    dprintf(("childActivate: %x %x", this, (child) ? child->getWindowHandle() : 0));
    368368    activeChild = child;
    369369
Note: See TracChangeset for help on using the changeset viewer.