Changeset 1893 for trunk/src/kernel32/wprocess.cpp
- Timestamp:
- Nov 30, 1999, 8:40:27 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/wprocess.cpp
r1885 r1893 1 /* $Id: wprocess.cpp,v 1.5 2 1999-11-30 14:15:56sandervl Exp $ */1 /* $Id: wprocess.cpp,v 1.53 1999-11-30 19:40:27 sandervl Exp $ */ 2 2 3 3 /* … … 157 157 ProcessPDB.next = NULL; 158 158 ProcessPDB.winver = 0xffff; /* to be determined */ 159 ProcessPDB.server_pid = (void *)GetCurrentProcessId(); 160 161 /* Initialize the critical section */ 162 InitializeCriticalSection( &ProcessPDB.crit_section ); 159 163 } 160 164 dprintf(("InitializeTIB setup TEB with selector %x", tibsel)); … … 190 194 *TIBFlatPtr = 0; 191 195 return; 196 } 197 /******************************************************************************/ 198 /******************************************************************************/ 199 void SetPDBInstance(HINSTANCE hInstance) 200 { 201 ProcessPDB.hInstance = hInstance; 192 202 } 193 203 /******************************************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.