Changeset 8951 for trunk/include


Ignore:
Timestamp:
Aug 1, 2002, 6:00:55 PM (23 years ago)
Author:
sandervl
Message:

header updates

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/thread.h

    r8925 r8951  
    120120              DWORD          OrgTIBSel;      // Original OS/2 TIB selector (always the same, but let's not assume too much for future compatibility)
    121121              ULONG          hmq;            // Thread message queue
     122              HANDLE         hPostMsgEvent;  // Event semaphore to signal message post to MsgWaitForMultipleObjects
     123              DWORD          dwWakeMask;     // Set by MsgWaitForMultipleObjects
    122124              ULONG          hab;            // Thread Anchor block
    123125              ULONG          hooks[WH_NB_HOOKS]; //list of hooks for this thread queue
  • trunk/include/win32api.h

    r8833 r8951  
    144144BOOL    WIN32API PostThreadMessageW(DWORD, UINT, WPARAM, LPARAM);
    145145
     146DWORD   WIN32API GetWindowThreadProcessId(HWND,LPDWORD);
     147
    146148BOOL    WIN32API ResetEvent(HANDLE);
    147149BOOL    WIN32API SetEvent(HANDLE);
Note: See TracChangeset for help on using the changeset viewer.