Ignore:
Timestamp:
Jul 15, 1999, 8:03:03 PM (26 years ago)
Author:
sandervl
Message:

Send/PostMessage changes

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 cbratschi Exp $ */
     1/* $Id: oslibwin.cpp,v 1.3 1999-07-15 18:03:02 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    125125//******************************************************************************
    126126//******************************************************************************
     127BOOL 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.