Ignore:
Timestamp:
Jan 28, 2000, 11:26:01 PM (26 years ago)
Author:
sandervl
Message:

Don't call default frame handler for WM_ADJUSTWINDOWPOS

File:
1 edited

Legend:

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

    r2533 r2552  
    1 /* $Id: wndmsg.cpp,v 1.11 2000-01-27 21:50:03 sandervl Exp $ */
     1/* $Id: wndmsg.cpp,v 1.12 2000-01-28 22:26:01 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
    719714            if(fInternalMsg) {
    720715                    dprintf(("SendInternalMessage%c %s for %x %x %x", unicode, GetMsgText(Msg), hwnd, wParam, lParam));
Note: See TracChangeset for help on using the changeset viewer.