Ignore:
Timestamp:
Dec 27, 1999, 3:41:43 PM (26 years ago)
Author:
sandervl
Message:

Lots of message fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/windowmsg.cpp

    r2204 r2208  
    1 /* $Id: windowmsg.cpp,v 1.12 1999-12-26 17:30:20 cbratschi Exp $ */
     1/* $Id: windowmsg.cpp,v 1.13 1999-12-27 14:41:43 sandervl Exp $ */
    22/*
    33 * Win32 window message APIs for OS/2
     
    8686
    8787    fFoundMsg = OSLibWinPeekMsg(msg, 0, uMsgFilterMin, uMsgFilterMax,
    88                                 (fuRemoveMsg & PM_REMOVE) ? 1 : 0, FALSE);
     88                                fuRemoveMsg, FALSE);
    8989    if(fFoundMsg) {
    9090        if (msg->message == WM_QUIT && (fuRemoveMsg & (PM_REMOVE))) {
Note: See TracChangeset for help on using the changeset viewer.