Changeset 125 for trunk/include
- Timestamp:
- Jun 19, 1999, 7:58:50 PM (26 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/thread.h
r123 r125 1 /* $Id: thread.h,v 1. 2 1999-06-19 13:57:50 sandervl Exp $ */1 /* $Id: thread.h,v 1.3 1999-06-19 17:58:50 sandervl Exp $ */ 2 2 3 3 /* … … 88 88 void (*startup)(void); /* Thread startup routine */ 89 89 struct _THDB *next; /* Global thread list */ 90 #ifdef __WIN32OS2__ 91 DWORD OrgTIBSel; // Original OS/2 TIB selector (always the same, but let's not assume too much for future compatibility) 92 #endif 90 93 } THDB; 91 94 -
trunk/include/wprocess.h
r124 r125 1 /* $Id: wprocess.h,v 1. 1 1999-06-19 13:58:26sandervl Exp $ */1 /* $Id: wprocess.h,v 1.2 1999-06-19 17:58:50 sandervl Exp $ */ 2 2 /* 3 3 * Process help functions … … 12 12 #define _WPROCESS_H__ 13 13 14 //#define WIN32_TIBSEL 15 14 16 void InitializeTIB(BOOL fMainThread = FALSE); 15 17 void DestroyTIB();
Note:
See TracChangeset
for help on using the changeset viewer.