Ignore:
Timestamp:
Jan 27, 2000, 10:50:03 PM (26 years ago)
Author:
sandervl
Message:

fixed fs corruption; send WM_CHILDACTIVATE to child windows

File:
1 edited

Legend:

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

    r2469 r2533  
    1 /* $Id: wndmsg.cpp,v 1.10 2000-01-18 20:11:25 sandervl Exp $ */
     1/* $Id: wndmsg.cpp,v 1.11 2000-01-27 21:50:03 sandervl Exp $ */
    22/*
    33 * Win32 window message text function for OS/2
     
    712712        if(PostSpyMessage(hwnd, Msg, wParam, lParam) == FALSE)
    713713        {
     714#if 1
     715            if(!CheckCurFS()) {
     716                dprintf(("FS CORRUPT!!!!"));
     717            }
     718#endif
    714719            if(fInternalMsg) {
    715720                    dprintf(("SendInternalMessage%c %s for %x %x %x", unicode, GetMsgText(Msg), hwnd, wParam, lParam));
Note: See TracChangeset for help on using the changeset viewer.