Changeset 127 for trunk/include/wprocess.h
- Timestamp:
- Jun 20, 1999, 12:58:16 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/wprocess.h
r125 r127 1 /* $Id: wprocess.h,v 1. 2 1999-06-19 17:58:50sandervl Exp $ */1 /* $Id: wprocess.h,v 1.3 1999-06-20 10:58:16 sandervl Exp $ */ 2 2 /* 3 3 * Process help functions … … 14 14 //#define WIN32_TIBSEL 15 15 16 void InitializeTIB(BOOL fMainThread = FALSE); 16 #ifdef OS2_INCLUDED 17 typedef DWORD TEB; 18 #else 19 #include <winprocess.h> 20 #include <thread.h> 21 #endif 22 23 TEB *InitializeTIB(BOOL fMainThread = FALSE); 17 24 void DestroyTIB(); 18 25 26 void WIN32API RestoreOS2TIB(); 27 void WIN32API SetWin32TIB(); 28 29 extern BOOL fExeStarted; 30 19 31 #endif
Note:
See TracChangeset
for help on using the changeset viewer.