Ignore:
Timestamp:
Mar 20, 2003, 10:15:17 AM (22 years ago)
Author:
sandervl
Message:

update

File:
1 edited

Legend:

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

    r8951 r9927  
    151151              DWORD          lcid;           // thread lcid
    152152              BOOL           fIgnoreMsgs;    // set to true if waiting in WaitForSingleObject
    153            
     153
     154              CONTEXT        context;        // thread context
     155              char           savedopcode;    // saved instruction
     156              LPVOID         lpAlias;        // alias
     157              DWORD          dwAliasOffset;  // offset
    154158#ifdef DEBUG
    155159              // used for call stack tracking
Note: See TracChangeset for help on using the changeset viewer.