Ignore:
Timestamp:
Oct 22, 2003, 5:56:38 PM (22 years ago)
Author:
sandervl
Message:

removed Ctrl-Break handling

File:
1 edited

Legend:

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

    r10275 r10288  
    1 /* $Id: oslibmsgtranslate.cpp,v 1.116 2003-10-20 17:17:21 sandervl Exp $ */
     1/* $Id: oslibmsgtranslate.cpp,v 1.117 2003-10-22 15:56:38 sandervl Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    663663    }
    664664
    665     case WM_CHAR_SPECIAL_CONSOLE_BREAK:
    666     {
    667       dprintf(("PM: WM_CHAR_SPECIAL_CONSOLE_BREAK for %x", winMsg->hwnd));
    668       if(fMsgRemoved)
    669       {
    670          GenerateConsoleCtrlEvent(CTRL_BREAK_EVENT_W,0);
    671          // It is our internal message, do not work with it more, its function
    672          // is over, otherwise it will return FALSE and will be dispatched,
    673          // and retranslated once again.
    674 
    675          winMsg->message = 0;
    676          winMsg->wParam  = 0;
    677          winMsg->lParam  = 0;
    678          goto msgdone;
    679       }
    680       goto dummymessage;
    681     }
    682 
    683665    case WM_CHAR_SPECIAL_ALTGRCONTROL:
    684666    {
Note: See TracChangeset for help on using the changeset viewer.