Changeset 2335 for trunk/src/user32/new/oslibmsg.cpp
- Timestamp:
- Jan 5, 2000, 10:25:08 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/oslibmsg.cpp
r2314 r2335 1 /* $Id: oslibmsg.cpp,v 1. 8 2000-01-03 22:53:16 sandervlExp $ */1 /* $Id: oslibmsg.cpp,v 1.9 2000-01-05 21:25:03 cbratschi Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 225 225 while(rc == FALSE); 226 226 227 227 return rc; 228 228 } 229 229 else … … 237 237 } 238 238 if(rc) { 239 239 OS2ToWinMsgTranslate((PVOID)thdb, &os2msg, pMsg, isUnicode, MSG_REMOVE); 240 240 memcpy(MsgThreadPtr, &os2msg, sizeof(QMSG)); 241 241 } … … 410 410 411 411 return yyrc; 412 } 412 } 413 413 //****************************************************************************** 414 414 BOOL OSLibPostThreadMessage(ULONG threadid, UINT msg, WPARAM wParam, LPARAM lParam, BOOL fUnicode)
Note:
See TracChangeset
for help on using the changeset viewer.