- Timestamp:
- Feb 4, 2004, 3:59:57 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/windowmsg.cpp
r10430 r10439 1 /* $Id: windowmsg.cpp,v 1.4 8 2004-01-30 22:10:07 bird Exp $ */1 /* $Id: windowmsg.cpp,v 1.49 2004-02-04 14:59:57 bird Exp $ */ 2 2 /* 3 3 * Win32 window message APIs for OS/2 … … 162 162 if ( fFoundMsg 163 163 && pTeb->o.odin.tidAttachedInputThread 164 && OSLibForwardMessageToAttachedThread(pTeb, msg, NULL)) ;164 && OSLibForwardMessageToAttachedThread(pTeb, msg, NULL)) 165 165 { 166 166 if (!fuRemoveMsg) … … 193 193 if ( fFoundMsg 194 194 && pTeb->o.odin.tidAttachedInputThread 195 && OSLibForwardMessageToAttachedThread(pTeb, msg, NULL)) ;195 && OSLibForwardMessageToAttachedThread(pTeb, msg, NULL)) 196 196 { 197 197 if (!fuRemoveMsg)
Note:
See TracChangeset
for help on using the changeset viewer.