Changeset 1831 for trunk/src/user32/oslibwin.cpp
- Timestamp:
- Nov 24, 1999, 8:32:23 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.cpp
r1801 r1831 1 /* $Id: oslibwin.cpp,v 1.4 6 1999-11-21 17:07:50 cbratschiExp $ */1 /* $Id: oslibwin.cpp,v 1.47 1999-11-24 19:32:21 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 259 259 //****************************************************************************** 260 260 //****************************************************************************** 261 ULONG OSLibWinBroadcastMsg(ULONG msg, ULONG wParam, ULONG lParam, BOOL fSend) 262 { 263 return WinBroadcastMsg(HWND_DESKTOP, msg, (MPARAM)wParam, (MPARAM)lParam, 264 (fSend) ? BMSG_SEND : BMSG_POST); 265 } 261 266 //****************************************************************************** 262 267 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.