Changeset 5335 for trunk/include/wprocess.h
- Timestamp:
- Mar 19, 2001, 8:30:15 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/wprocess.h
r4657 r5335 1 /* $Id: wprocess.h,v 1.1 8 2000-11-21 11:33:59sandervl Exp $ */1 /* $Id: wprocess.h,v 1.19 2001-03-19 19:30:15 sandervl Exp $ */ 2 2 /* 3 3 * Process help functions … … 22 22 #include <thread.h> 23 23 24 TEB *InitializeTIB(BOOL fMainThread = FALSE); 25 void DestroyTIB(); 24 TEB * WIN32API InitializeTIB(BOOL fMainThread = FALSE); 25 void WIN32API DestroyTIB(); 26 ULONG WIN32API GetProcessTIBSel(); 26 27 27 28 void WIN32API RestoreOS2TIB();
Note:
See TracChangeset
for help on using the changeset viewer.