Changeset 6762 for trunk/src/user32/windowmsg.cpp
- Timestamp:
- Sep 19, 2001, 5:39:52 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/windowmsg.cpp
r6420 r6762 1 /* $Id: windowmsg.cpp,v 1.2 8 2001-07-30 20:48:52 sandervl Exp $ */1 /* $Id: windowmsg.cpp,v 1.29 2001-09-19 15:39:52 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window message APIs for OS/2 … … 107 107 dprintf2(("PeekMessageW %x %d-%d %d", hwndOwner, uMsgFilterMin, uMsgFilterMax, fuRemoveMsg)); 108 108 fFoundMsg = OSLibWinPeekMsg(msg, hwndOwner, uMsgFilterMin, uMsgFilterMax, 109 fuRemoveMsg, FALSE);109 fuRemoveMsg, TRUE); 110 110 if(fFoundMsg) { 111 111 dprintf2(("PeekMessageW %x %d-%d %d found message %x %d %x %x", hwndOwner, uMsgFilterMin, uMsgFilterMax, fuRemoveMsg, msg->hwnd, msg->message, msg->wParam, msg->lParam));
Note:
See TracChangeset
for help on using the changeset viewer.