Changeset 320 for trunk/include
- Timestamp:
- Jul 17, 1999, 11:20:10 AM (26 years ago)
- Location:
- trunk/include
- Files:
- 
      - 2 edited
 
 - 
          
  win/thread.h (modified) (2 diffs)
- 
          
  wprocess.h (modified) (3 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/include/win/thread.hr281 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; 
- 
      trunk/include/wprocess.hr281 r320 1 /* $Id: wprocess.h,v 1. 5 1999-07-07 08:11:09sandervl Exp $ */1 /* $Id: wprocess.h,v 1.6 1999-07-17 09:19:15 sandervl Exp $ */ 2 2 /* 3 3 * Process help functions … … 16 16 #ifdef OS2_INCLUDED 17 17 typedef DWORD TEB; 18 typedef DWORD THDB; 18 19 #else 19 20 #include <winprocess.h> … … 32 33 extern DWORD *TIBFlatPtr; 33 34 35 TEB *WIN32API GetThreadTEB(); 36 THDB *WIN32API GetThreadTHDB(); 37 34 38 #endif 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
