Changeset 5137 for trunk/src/user32/oslibmsg.cpp
- Timestamp:
- Feb 15, 2001, 1:33:01 AM (25 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/oslibmsg.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsg.cpp
r4848 r5137 1 /* $Id: oslibmsg.cpp,v 1.3 5 2000-12-29 18:39:58sandervl Exp $ */1 /* $Id: oslibmsg.cpp,v 1.36 2001-02-15 00:33:01 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 457 457 } 458 458 //****************************************************************************** 459 //Direct posting of messages that must remain invisible to the win32 app 460 //****************************************************************************** 461 BOOL OSLibPostMessageDirect(HWND hwnd, ULONG msg, ULONG wParam, ULONG lParam) 462 { 463 return WinPostMsg(hwnd, msg, (MPARAM)wParam, (MPARAM)lParam); 464 } 465 //****************************************************************************** 459 466 BOOL _System _O32_PostThreadMessage( DWORD, UINT, WPARAM, LPARAM ); 460 467
Note:
See TracChangeset
for help on using the changeset viewer.
