Changeset 6420 for trunk/src/user32/oslibmsg.cpp
- Timestamp:
- Jul 30, 2001, 10:48:52 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsg.cpp
r6008 r6420 1 /* $Id: oslibmsg.cpp,v 1. 39 2001-06-14 11:30:55sandervl Exp $ */1 /* $Id: oslibmsg.cpp,v 1.40 2001-07-30 20:48:51 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 517 517 packet->wParam = wParam; 518 518 packet->lParam = lParam; 519 #ifdef USING_OPEN32 519 520 return O32_PostThreadMessage(threadid, WIN32APP_POSTMSG-OPEN32_MSGDIFF+msg, ((fUnicode) ? WIN32MSG_MAGICW : WIN32MSG_MAGICA), (LPARAM)packet); 520 } 521 //****************************************************************************** 522 //****************************************************************************** 523 521 #else 522 return O32_PostThreadMessage(threadid, WIN32APP_POSTMSG+msg, ((fUnicode) ? WIN32MSG_MAGICW : WIN32MSG_MAGICA), (LPARAM)packet); 523 #endif 524 } 525 //****************************************************************************** 526 //****************************************************************************** 527
Note:
See TracChangeset
for help on using the changeset viewer.