Changeset 21341 for trunk/src/user32/pmwindow.cpp
- Timestamp:
- Sep 9, 2009, 7:08:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/pmwindow.cpp
r21340 r21341 592 592 593 593 /* sometimes MSG_REMOVE here caused to double free of the message */ 594 if(OS2ToWinMsgTranslate((PVOID)teb, &qmsg, &winMsg, FALSE, /*MSG_REMOVE*/0) == FALSE)594 if(OS2ToWinMsgTranslate((PVOID)teb, &qmsg, &winMsg, FALSE, MSG_REMOVE) == FALSE) 595 595 {//message was not translated 596 596 memset(&winMsg, 0, sizeof(MSG));
Note:
See TracChangeset
for help on using the changeset viewer.