Changeset 2406 for trunk/src/user32/new/oslibmsg.cpp
- Timestamp:
- Jan 11, 2000, 2:06:27 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/oslibmsg.cpp
r2400 r2406 1 /* $Id: oslibmsg.cpp,v 1.1 2 2000-01-10 23:29:12sandervl Exp $ */1 /* $Id: oslibmsg.cpp,v 1.13 2000-01-11 13:06:25 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 220 220 MsgThreadPtr->msg = 0; 221 221 MsgThreadPtr->hwnd = 0; 222 return (pMsg->message == WINWM_QUIT);222 return (pMsg->message != WINWM_QUIT); 223 223 } 224 224 … … 231 231 while(rc == FALSE); 232 232 233 return (pMsg->message == WINWM_QUIT);233 return (pMsg->message != WINWM_QUIT); 234 234 } 235 235 else
Note:
See TracChangeset
for help on using the changeset viewer.