Changeset 2246 for trunk/src/user32/windowmsg.cpp
- Timestamp:
- Dec 29, 1999, 1:39:45 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/windowmsg.cpp
r2208 r2246 1 /* $Id: windowmsg.cpp,v 1.1 3 1999-12-27 14:41:43sandervl Exp $ */1 /* $Id: windowmsg.cpp,v 1.14 1999-12-29 12:39:45 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window message APIs for OS/2 … … 226 226 BOOL WIN32API PostThreadMessageA( DWORD threadid, UINT msg, WPARAM wParam, LPARAM lParam) 227 227 { 228 dprintf(("USER32: PostThreadMessageA\n"));229 228 return Win32BaseWindow::PostThreadMessageA(threadid, msg, wParam, lParam); 230 229 } … … 233 232 BOOL WIN32API PostThreadMessageW( DWORD threadid, UINT msg, WPARAM wParam, LPARAM lParam) 234 233 { 235 dprintf(("USER32: PostThreadMessageW\n"));236 234 return Win32BaseWindow::PostThreadMessageW(threadid, msg, wParam, lParam); 237 235 }
Note:
See TracChangeset
for help on using the changeset viewer.