Changeset 10439 for trunk/src


Ignore:
Timestamp:
Feb 4, 2004, 3:59:57 PM (22 years ago)
Author:
bird
Message:

Urg! if (); isn't such a good idea.

File:
1 edited

Legend:

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

    r10430 r10439  
    1 /* $Id: windowmsg.cpp,v 1.48 2004-01-30 22:10:07 bird Exp $ */
     1/* $Id: windowmsg.cpp,v 1.49 2004-02-04 14:59:57 bird Exp $ */
    22/*
    33 * Win32 window message APIs for OS/2
     
    162162        if (   fFoundMsg
    163163            && pTeb->o.odin.tidAttachedInputThread
    164             && OSLibForwardMessageToAttachedThread(pTeb, msg, NULL));
     164            && OSLibForwardMessageToAttachedThread(pTeb, msg, NULL))
    165165        {
    166166            if (!fuRemoveMsg)
     
    193193        if (   fFoundMsg
    194194            && pTeb->o.odin.tidAttachedInputThread
    195             && OSLibForwardMessageToAttachedThread(pTeb, msg, NULL));
     195            && OSLibForwardMessageToAttachedThread(pTeb, msg, NULL))
    196196        {
    197197            if (!fuRemoveMsg)
Note: See TracChangeset for help on using the changeset viewer.