Changeset 10079 for trunk/include/win


Ignore:
Timestamp:
May 7, 2003, 6:13:43 PM (22 years ago)
Author:
sandervl
Message:

Added more members to the TEB structure

File:
1 edited

Legend:

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

    r10012 r10079  
    151151              DWORD          lcid;           // thread lcid
    152152              BOOL           fIgnoreMsgs;    // set to true if waiting in WaitForSingleObject
     153              BOOL           fWaitMessage;   // set if blocked in WaitMessage
     154              BOOL           fWaitMessageSuspend;
    153155
    154156              CONTEXT        context;        // thread context
Note: See TracChangeset for help on using the changeset viewer.