Changeset 281 for trunk/include/wprocess.h
- Timestamp:
- Jul 7, 1999, 10:11:58 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/wprocess.h
r130 r281 1 /* $Id: wprocess.h,v 1. 4 1999-06-20 12:46:34sandervl Exp $ */1 /* $Id: wprocess.h,v 1.5 1999-07-07 08:11:09 sandervl Exp $ */ 2 2 /* 3 3 * Process help functions … … 24 24 void DestroyTIB(); 25 25 26 void WIN32API RestoreOS2TIB();27 voidWIN32API SetWin32TIB();26 void WIN32API RestoreOS2TIB(); 27 USHORT WIN32API SetWin32TIB(); 28 28 29 29 extern BOOL fExeStarted; 30 30 31 //Flat pointer to thread TIB structure 32 extern DWORD *TIBFlatPtr; 33 31 34 #endif
Note:
See TracChangeset
for help on using the changeset viewer.