Changeset 398 for trunk/src/user32/new/windowmsg.cpp
- Timestamp:
- Jul 26, 1999, 10:03:49 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/windowmsg.cpp
r331 r398 1 /* $Id: windowmsg.cpp,v 1. 7 1999-07-18 17:12:03sandervl Exp $ */1 /* $Id: windowmsg.cpp,v 1.8 1999-07-26 20:03:49 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window message APIs for OS/2 … … 122 122 return 0; 123 123 } 124 dprintf(("PostMessageA, %x %x %x %x", hwnd, msg, wParam, lParam)); 124 125 return window->PostMessageA(msg, wParam, lParam); 125 126 } … … 139 140 return 0; 140 141 } 142 dprintf(("PostMessageW, %x %x %x %x", hwnd, msg, wParam, lParam)); 141 143 return window->PostMessageW(msg, wParam, lParam); 142 144 }
Note:
See TracChangeset
for help on using the changeset viewer.