Changeset 3140 for trunk/src/kernel32/wprocess.cpp
- Timestamp:
- Mar 17, 2000, 5:08:40 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/wprocess.cpp
r3128 r3140 1 /* $Id: wprocess.cpp,v 1.7 3 2000-03-16 19:20:40 sandervl Exp $ */1 /* $Id: wprocess.cpp,v 1.74 2000-03-17 16:08:40 sandervl Exp $ */ 2 2 3 3 /* … … 138 138 return NULL; 139 139 } 140 HMHandleAllocate(&hThreadMain, O32_GetCurrentThread()); 140 //SvL: This doesn't really create a thread, but only sets up the 141 // handle of thread 0 142 hThreadMain = HMCreateThread(NULL, 0, 0, 0, 0, 0, TRUE); 141 143 } 142 144 if(OSLibAllocSel(PAGE_SIZE, &tibsel) == FALSE)
Note:
See TracChangeset
for help on using the changeset viewer.