Changeset 7205 for trunk/src/user32/oslibmsg.cpp
- Timestamp:
- Oct 25, 2001, 5:35:53 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsg.cpp
r6972 r7205 1 /* $Id: oslibmsg.cpp,v 1.4 5 2001-10-09 05:18:02phaller Exp $ */1 /* $Id: oslibmsg.cpp,v 1.46 2001-10-25 15:35:53 phaller Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 368 368 return FALSE; 369 369 } 370 370 371 // @@@PH 372 // warning - OS2ToWinMsgTranslate might insert additional messages 373 // into the queue 371 374 if(OS2ToWinMsgTranslate((PVOID)teb, &os2msg, pMsg, isUnicode, (fRemove & PM_REMOVE_W) ? MSG_REMOVE : MSG_NOREMOVE) == FALSE) 372 375 {
Note:
See TracChangeset
for help on using the changeset viewer.