Changeset 2400 for trunk/src/user32/new/oslibmsg.cpp
- Timestamp:
- Jan 11, 2000, 12:29:16 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/oslibmsg.cpp
r2381 r2400 1 /* $Id: oslibmsg.cpp,v 1.1 1 2000-01-09 14:14:22 cbratschiExp $ */1 /* $Id: oslibmsg.cpp,v 1.12 2000-01-10 23:29:12 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 … … 230 231 while(rc == FALSE); 231 232 232 return (pMsg->message == WINWM_QUIT);233 return (pMsg->message == WINWM_QUIT); 233 234 } 234 235 else
Note:
See TracChangeset
for help on using the changeset viewer.