Ignore:
Timestamp:
May 27, 2001, 9:01:35 PM (24 years ago)
Author:
sandervl
Message:

Replaced TabbedTextOutA/W & GetTabbedTextExtentA/W with Wine version

File:
1 edited

Legend:

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

    r5725 r5810  
    1 /* $Id: win32wbase.cpp,v 1.258 2001-05-17 09:50:30 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.259 2001-05-27 19:01:35 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    19991999  }
    20002000  fInternalMsg = fInternalMsgBackup;
     2001  dprintf2(("SendMessageA %x %x %x %x returned %d", getWindowHandle(), Msg, wParam, lParam, rc));
    20012002  return rc;
    20022003}
     
    20592060  }
    20602061  fInternalMsg = fInternalMsgBackup;
     2062  dprintf2(("SendMessageW %x %x %x %x returned %d", getWindowHandle(), Msg, wParam, lParam, rc));
    20612063  return rc;
    20622064}
Note: See TracChangeset for help on using the changeset viewer.