Changeset 309 for trunk/src/user32/new/oslibwin.cpp
- Timestamp:
- Jul 15, 1999, 8:03:03 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/oslibwin.cpp
r304 r309 1 /* $Id: oslibwin.cpp,v 1. 2 1999-07-14 21:05:58 cbratschiExp $ */1 /* $Id: oslibwin.cpp,v 1.3 1999-07-15 18:03:02 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 125 125 //****************************************************************************** 126 126 //****************************************************************************** 127 BOOL OSLibPostMessage(HWND hwnd, ULONG msg, ULONG wParam, ULONG lParam) 128 { 129 return WinPostMsg(hwnd, msg, (MPARAM)wParam, (MPARAM)lParam); 130 } 131 //****************************************************************************** 132 //****************************************************************************** 133
Note:
See TracChangeset
for help on using the changeset viewer.