Ignore:
Timestamp:
Feb 26, 2002, 12:12:26 PM (23 years ago)
Author:
sandervl
Message:

GetWindowThreadProcessId changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/oslibmsg.cpp

    r7620 r8016  
    1 /* $Id: oslibmsg.cpp,v 1.52 2001-12-12 16:40:43 sandervl Exp $ */
     1/* $Id: oslibmsg.cpp,v 1.53 2002-02-26 11:12:25 sandervl Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    607607}
    608608//******************************************************************************
    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 }
    621609//******************************************************************************
    622610BOOL OSLibPostThreadMessage(ULONG threadid, UINT msg, WPARAM wParam, LPARAM lParam, BOOL fUnicode)
Note: See TracChangeset for help on using the changeset viewer.