Changeset 22093 for branches/swt/include


Ignore:
Timestamp:
Mar 31, 2015, 5:56:49 PM (11 years ago)
Author:
rousseau
Message:

Added prototype for 'MsgWaitForMultipleObjectsEx'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/swt/include/win/winuser.h

    r22081 r22093  
    34223422HMONITOR    WINAPI MonitorFromWindow(HWND,DWORD);
    34233423DWORD       WINAPI MsgWaitForMultipleObjects(DWORD,HANDLE*,BOOL,DWORD,DWORD);
     3424///-------------------------------------------------------------------[swt-os2]
     3425DWORD       WINAPI MsgWaitForMultipleObjectsEx(DWORD,HANDLE*,BOOL,DWORD,DWORD);
     3426///----------------------------------------------------------------------------
    34243427BOOL      WINAPI PaintDesktop(HDC);
    34253428BOOL      WINAPI PostThreadMessageA(DWORD, UINT, WPARAM, LPARAM);
Note: See TracChangeset for help on using the changeset viewer.