Changeset 2400 for trunk/src/user32/oslibmsg.cpp
- Timestamp:
- Jan 11, 2000, 12:29:16 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsg.cpp
r2378 r2400 1 /* $Id: oslibmsg.cpp,v 1.2 3 2000-01-08 16:53:38sandervl Exp $ */1 /* $Id: oslibmsg.cpp,v 1.24 2000-01-10 23:29:11 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 183 183 } 184 184 //SvL: Don't dispatch messages sent by PostThreadMessage (correct??) 185 // Or WM_TIMER msgs with no window handle or timer proc 185 186 return 0; 186 187 … … 219 220 MsgThreadPtr->msg = 0; 220 221 MsgThreadPtr->hwnd = 0; 221 return TRUE;222 return (pMsg->message == WINWM_QUIT); 222 223 } 223 224 … … 276 277 } 277 278 memcpy(pMsg, &thdb->msgWCHAR, sizeof(MSG)); 278 return TRUE;279 return (pMsg->message == WINWM_QUIT); 279 280 } 280 281 continuepeekmsg:
Note:
See TracChangeset
for help on using the changeset viewer.