Changeset 281 for trunk/src/kernel32/winexe.cpp
- Timestamp:
- Jul 7, 1999, 10:11:58 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winexe.cpp
r126 r281 1 /* $Id: winexe.cpp,v 1. 7 1999-06-20 10:55:36sandervl Exp $ */1 /* $Id: winexe.cpp,v 1.8 1999-07-07 08:11:10 sandervl Exp $ */ 2 2 3 3 /* … … 87 87 88 88 fExeStarted = TRUE; 89 90 //Allocate TLS index for this module 91 tlsAlloc(); 92 tlsAttachThread(); //setup TLS (main thread) 93 89 94 SetWin32TIB(); 90 95 rc = ((WIN32EXEENTRY)entryPoint)();
Note:
See TracChangeset
for help on using the changeset viewer.