Changeset 2208 for trunk/src/user32/windowmsg.cpp
- Timestamp:
- Dec 27, 1999, 3:41:43 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/windowmsg.cpp
r2204 r2208 1 /* $Id: windowmsg.cpp,v 1.1 2 1999-12-26 17:30:20 cbratschiExp $ */1 /* $Id: windowmsg.cpp,v 1.13 1999-12-27 14:41:43 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window message APIs for OS/2 … … 86 86 87 87 fFoundMsg = OSLibWinPeekMsg(msg, 0, uMsgFilterMin, uMsgFilterMax, 88 (fuRemoveMsg & PM_REMOVE) ? 1 : 0, FALSE);88 fuRemoveMsg, FALSE); 89 89 if(fFoundMsg) { 90 90 if (msg->message == WM_QUIT && (fuRemoveMsg & (PM_REMOVE))) {
Note:
See TracChangeset
for help on using the changeset viewer.