Ignore:
Timestamp:
Dec 29, 1999, 1:39:45 PM (26 years ago)
Author:
sandervl
Message:

PostThreadMessage fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/oslibwin.h

    r2211 r2246  
    1 /* $Id: oslibwin.h,v 1.29 1999-12-27 17:08:08 cbratschi Exp $ */
     1/* $Id: oslibwin.h,v 1.30 1999-12-29 12:39:44 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    4949ULONG OSLibWinGetWindowULong(HWND hwnd, ULONG offset);
    5050BOOL  OSLibSetWindowID(HWND hwnd, ULONG value);
    51 
    52 BOOL  OSLibPostMessage(HWND hwnd, ULONG msg, ULONG wParam, ULONG lParam);
    53 ULONG OSLibSendMessage(HWND hwnd, ULONG msg, ULONG wParam, ULONG lParam);
    54 ULONG OSLibWinBroadcastMsg(ULONG msg, ULONG wParam, ULONG lParam, BOOL fSend);
    5551
    5652#define WAOS_WARNING                 0
Note: See TracChangeset for help on using the changeset viewer.