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

header updates

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.