Changeset 3488 for trunk/src/user32/wndmsg.cpp
- Timestamp:
- May 3, 2000, 8:35:56 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/wndmsg.cpp
r2804 r3488 1 /* $Id: wndmsg.cpp,v 1.1 4 2000-02-16 14:34:40sandervl Exp $ */1 /* $Id: wndmsg.cpp,v 1.15 2000-05-03 18:35:56 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window message text function for OS/2 … … 774 774 } 775 775 } 776 else { 777 if(fInternalMsg) { 778 dprintf2(("SendInternalMessage%c %s for %x %x %x", unicode, GetMsgText(Msg), hwnd, wParam, lParam)); 779 } 780 else dprintf2(("SendMessage%c %s for %x %x %x", unicode, GetMsgText(Msg), hwnd, wParam, lParam)); 781 } 776 782 } 777 783
Note:
See TracChangeset
for help on using the changeset viewer.