Changeset 2533 for trunk/src/user32/oslibmsg.cpp
- Timestamp:
- Jan 27, 2000, 10:50:03 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsg.cpp
r2469 r2533 1 /* $Id: oslibmsg.cpp,v 1.2 6 2000-01-18 20:10:40sandervl Exp $ */1 /* $Id: oslibmsg.cpp,v 1.27 2000-01-27 21:50:01 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 441 441 packet->wParam = wParam; 442 442 packet->lParam = lParam; 443 return _O32_PostThreadMessage(threadid, WIN32APP_POSTMSG-OPEN32_MSGDIFF, ((fUnicode) ? WIN32MSG_MAGICW : WIN32MSG_MAGICA), (LPARAM)packet);444 } 445 //****************************************************************************** 446 //****************************************************************************** 447 443 return O32_PostThreadMessage(threadid, WIN32APP_POSTMSG-OPEN32_MSGDIFF, ((fUnicode) ? WIN32MSG_MAGICW : WIN32MSG_MAGICA), (LPARAM)packet); 444 } 445 //****************************************************************************** 446 //****************************************************************************** 447
Note:
See TracChangeset
for help on using the changeset viewer.