- Timestamp:
- Oct 26, 2001, 7:48:21 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsg.cpp
r7212 r7223 1 /* $Id: oslibmsg.cpp,v 1.4 8 2001-10-26 10:03:34 phallerExp $ */1 /* $Id: oslibmsg.cpp,v 1.49 2001-10-26 17:48:21 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 206 206 //****************************************************************************** 207 207 //****************************************************************************** 208 BOOL i_OSLibWinGetMsg(LPMSG pMsg, HWND hwnd, UINT uMsgFilterMin, UINT uMsgFilterMax,208 BOOL OSLibWinGetMsg(LPMSG pMsg, HWND hwnd, UINT uMsgFilterMin, UINT uMsgFilterMax, 209 209 BOOL isUnicode) 210 210 { … … 324 324 return rc; 325 325 } 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 }334 326 335 327 … … 346 338 //TODO: Not working as specified right now! 347 339 //****************************************************************************** 348 BOOL i_OSLibWinPeekMsg(LPMSG pMsg, HWND hwnd, UINT uMsgFilterMin, UINT uMsgFilterMax,340 BOOL OSLibWinPeekMsg(LPMSG pMsg, HWND hwnd, UINT uMsgFilterMin, UINT uMsgFilterMax, 349 341 DWORD fRemove, BOOL isUnicode) 350 342 { … … 459 451 return rc; 460 452 } 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 470 453 //****************************************************************************** 471 454 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.