Ignore:
Timestamp:
Jan 11, 2000, 2:06:27 PM (26 years ago)
Author:
sandervl
Message:

Lots of menu fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/new/oslibmsg.cpp

    r2400 r2406  
    1 /* $Id: oslibmsg.cpp,v 1.12 2000-01-10 23:29:12 sandervl Exp $ */
     1/* $Id: oslibmsg.cpp,v 1.13 2000-01-11 13:06:25 sandervl Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    220220        MsgThreadPtr->msg  = 0;
    221221        MsgThreadPtr->hwnd = 0;
    222         return (pMsg->message == WINWM_QUIT);
     222        return (pMsg->message != WINWM_QUIT);
    223223  }
    224224
     
    231231        while(rc == FALSE);
    232232
    233         return (pMsg->message == WINWM_QUIT);
     233        return (pMsg->message != WINWM_QUIT);
    234234  }
    235235  else
Note: See TracChangeset for help on using the changeset viewer.