Changeset 8016 for trunk/src/user32/oslibmsg.cpp
- Timestamp:
- Feb 26, 2002, 12:12:26 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsg.cpp
r7620 r8016 1 /* $Id: oslibmsg.cpp,v 1.5 2 2001-12-12 16:40:43sandervl Exp $ */1 /* $Id: oslibmsg.cpp,v 1.53 2002-02-26 11:12:25 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 607 607 } 608 608 //****************************************************************************** 609 BOOL _System _O32_PostThreadMessage( DWORD, UINT, WPARAM, LPARAM );610 611 inline BOOL O32_PostThreadMessage(DWORD a, UINT b, WPARAM c, LPARAM d)612 {613 BOOL yyrc;614 USHORT sel = RestoreOS2FS();615 616 yyrc = _O32_PostThreadMessage(a, b, c, d);617 SetFS(sel);618 619 return yyrc;620 }621 609 //****************************************************************************** 622 610 BOOL OSLibPostThreadMessage(ULONG threadid, UINT msg, WPARAM wParam, LPARAM lParam, BOOL fUnicode)
Note:
See TracChangeset
for help on using the changeset viewer.