Changeset 9927 for trunk/include/win/thread.h
- Timestamp:
- Mar 20, 2003, 10:15:17 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/thread.h
r8951 r9927 151 151 DWORD lcid; // thread lcid 152 152 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 154 158 #ifdef DEBUG 155 159 // used for call stack tracking
Note:
See TracChangeset
for help on using the changeset viewer.