Ignore:
Timestamp:
Oct 25, 2001, 5:35:53 PM (24 years ago)
Author:
phaller
Message:

fixed ESC processing

File:
1 edited

Legend:

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

    r6972 r7205  
    1 /* $Id: oslibmsg.cpp,v 1.45 2001-10-09 05:18:02 phaller Exp $ */
     1/* $Id: oslibmsg.cpp,v 1.46 2001-10-25 15:35:53 phaller Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    368368      return FALSE;
    369369  }
    370 
     370 
     371  // @@@PH
     372  // warning - OS2ToWinMsgTranslate might insert additional messages
     373  // into the queue
    371374  if(OS2ToWinMsgTranslate((PVOID)teb, &os2msg, pMsg, isUnicode, (fRemove & PM_REMOVE_W) ? MSG_REMOVE : MSG_NOREMOVE) == FALSE)
    372375  {
Note: See TracChangeset for help on using the changeset viewer.