Changeset 320 for trunk/include/win/thread.h
- Timestamp:
- Jul 17, 1999, 11:20:10 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/thread.h
r281 r320 1 /* $Id: thread.h,v 1. 4 1999-07-07 08:11:09sandervl Exp $ */1 /* $Id: thread.h,v 1.5 1999-07-17 09:19:15 sandervl Exp $ */ 2 2 3 3 /* … … 98 98 #ifdef __WIN32OS2__ 99 99 DWORD OrgTIBSel; // Original OS/2 TIB selector (always the same, but let's not assume too much for future compatibility) 100 ULONG hmq; // Thread message queue 101 ULONG hab; // Thread Anchor block 100 102 #endif 101 103 } THDB;
Note:
See TracChangeset
for help on using the changeset viewer.