Changeset 5332 for trunk/src/kernel32/wprocess.cpp
- Timestamp:
- Mar 19, 2001, 8:27:14 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/wprocess.cpp
r5308 r5332 1 /* $Id: wprocess.cpp,v 1.11 4 2001-03-13 18:45:35sandervl Exp $ */1 /* $Id: wprocess.cpp,v 1.115 2001-03-19 19:27:14 sandervl Exp $ */ 2 2 3 3 /* … … 128 128 // Set up the TIB selector and memory for the current thread 129 129 //****************************************************************************** 130 TEB * InitializeTIB(BOOL fMainThread)130 TEB * WIN32API InitializeTIB(BOOL fMainThread) 131 131 { 132 132 TEB *winteb; … … 261 261 } 262 262 //****************************************************************************** 263 //****************************************************************************** 264 ULONG WIN32API GetProcessTIBSel() 265 { 266 if(fExitProcess) { 267 return 0; 268 } 269 return ProcessTIBSel; 270 } 271 //****************************************************************************** 263 272 // Destroy the TIB selector and memory for the current thread 264 273 //****************************************************************************** 265 void DestroyTIB()274 void WIN32API DestroyTIB() 266 275 { 267 276 SHORT orgtibsel;
Note:
See TracChangeset
for help on using the changeset viewer.