Changeset 5810 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- May 27, 2001, 9:01:35 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r5725 r5810 1 /* $Id: win32wbase.cpp,v 1.25 8 2001-05-17 09:50:30sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.259 2001-05-27 19:01:35 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 1999 1999 } 2000 2000 fInternalMsg = fInternalMsgBackup; 2001 dprintf2(("SendMessageA %x %x %x %x returned %d", getWindowHandle(), Msg, wParam, lParam, rc)); 2001 2002 return rc; 2002 2003 } … … 2059 2060 } 2060 2061 fInternalMsg = fInternalMsgBackup; 2062 dprintf2(("SendMessageW %x %x %x %x returned %d", getWindowHandle(), Msg, wParam, lParam, rc)); 2061 2063 return rc; 2062 2064 }
Note:
See TracChangeset
for help on using the changeset viewer.