Changeset 7223 for trunk/src


Ignore:
Timestamp:
Oct 26, 2001, 7:48:21 PM (24 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

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

    r7212 r7223  
    1 /* $Id: oslibmsg.cpp,v 1.48 2001-10-26 10:03:34 phaller Exp $ */
     1/* $Id: oslibmsg.cpp,v 1.49 2001-10-26 17:48:21 sandervl Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    206206//******************************************************************************
    207207//******************************************************************************
    208 BOOL i_OSLibWinGetMsg(LPMSG pMsg, HWND hwnd, UINT uMsgFilterMin, UINT uMsgFilterMax,
     208BOOL OSLibWinGetMsg(LPMSG pMsg, HWND hwnd, UINT uMsgFilterMin, UINT uMsgFilterMax,
    209209                    BOOL isUnicode)
    210210{
     
    324324  return rc;
    325325}
    326 BOOL OSLibWinGetMsg(LPMSG pMsg, HWND hwnd, UINT uMsgFilterMin, UINT uMsgFilterMax,
    327                     BOOL isUnicode)
    328 {
    329   dprintf(("OSLibWinGetMsg enter"));
    330   BOOL fRes = i_OSLibWinGetMsg(pMsg, hwnd, uMsgFilterMin, uMsgFilterMax, isUnicode);
    331   dprintf(("OSLibWinGetMsg leave"));
    332   return fRes;
    333 }
    334326
    335327
     
    346338//TODO: Not working as specified right now!
    347339//******************************************************************************
    348 BOOL i_OSLibWinPeekMsg(LPMSG pMsg, HWND hwnd, UINT uMsgFilterMin, UINT uMsgFilterMax,
     340BOOL OSLibWinPeekMsg(LPMSG pMsg, HWND hwnd, UINT uMsgFilterMin, UINT uMsgFilterMax,
    349341                     DWORD fRemove, BOOL isUnicode)
    350342{
     
    459451  return rc;
    460452}
    461 BOOL OSLibWinPeekMsg(LPMSG pMsg, HWND hwnd, UINT uMsgFilterMin, UINT uMsgFilterMax,
    462                     BOOL fRemove, BOOL isUnicode)
    463 {
    464   dprintf(("OSLibWinPeekMsg enter"));
    465   BOOL fRes = i_OSLibWinPeekMsg(pMsg, hwnd, uMsgFilterMin, uMsgFilterMax, fRemove, isUnicode);
    466   dprintf(("OSLibWinPeekMsg leave"));
    467   return fRes;
    468 }
    469 
    470453//******************************************************************************
    471454//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.