Ignore:
Timestamp:
Mar 28, 2003, 12:49:02 PM (22 years ago)
Author:
sandervl
Message:

Fix for multiple WM_CHAR_SPECIAL_CONSOLE_BREAK

File:
1 edited

Legend:

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

    r9944 r9950  
    1 /* $Id: oslibmsgtranslate.cpp,v 1.106 2003-03-27 13:54:18 sandervl Exp $ */
     1/* $Id: oslibmsgtranslate.cpp,v 1.107 2003-03-28 11:49:01 sandervl Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    640640         // is over, otherwise it will return FALSE and will be dispatched,
    641641         // and retranslated once again.
    642     if(win32wnd) RELEASE_WNDOBJ(win32wnd);
    643     return TRUE;
    644642
    645643         winMsg->message = 0;
Note: See TracChangeset for help on using the changeset viewer.