Ignore:
Timestamp:
Dec 26, 2001, 12:35:39 PM (24 years ago)
Author:
sandervl
Message:

WM_CTLCOLOR fix for buttonsbutton.cpp

File:
1 edited

Legend:

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

    r7620 r7683  
    1 /* $Id: win32wbase.cpp,v 1.305 2001-12-12 16:40:44 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.306 2001-12-26 11:35:39 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    21602160  }
    21612161  fInternalMsg = fInternalMsgBackup;
    2162   dprintf2(("SendMessageA %x %x %x %x returned %d", getWindowHandle(), Msg, wParam, lParam, rc));
     2162  dprintf2(("SendMessageA %x %x %x %x returned %x", getWindowHandle(), Msg, wParam, lParam, rc));
    21632163  return rc;
    21642164}
     
    22212221  }
    22222222  fInternalMsg = fInternalMsgBackup;
    2223   dprintf2(("SendMessageW %x %x %x %x returned %d", getWindowHandle(), Msg, wParam, lParam, rc));
     2223  dprintf2(("SendMessageW %x %x %x %x returned %x", getWindowHandle(), Msg, wParam, lParam, rc));
    22242224  return rc;
    22252225}
Note: See TracChangeset for help on using the changeset viewer.