Changeset 4941 for trunk/include
- Timestamp:
- Jan 14, 2001, 6:12:27 PM (25 years ago)
- Location:
- trunk/include/win
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/thread.h
r4657 r4941 1 /* $Id: thread.h,v 1.18 2000-11-21 11:33:59 sandervl Exp $ */2 3 1 /* 4 2 * Thread definitions … … 142 140 PROCESSTHREAD_SECURITYINFO threadinfo; //used to store security info for thread tokens 143 141 DWORD lcid; // thread lcid 142 BOOL fIgnoreMsgs; // set to true if waiting in WaitForSingleObject 144 143 } odin; 145 144 #endif
Note:
See TracChangeset
for help on using the changeset viewer.