Changeset 5128 for trunk/src/kernel32/windllbase.cpp
- Timestamp:
- Feb 14, 2001, 11:36:45 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/windllbase.cpp
r4739 r5128 1 /* $Id: windllbase.cpp,v 1.2 3 2000-12-03 10:12:33sandervl Exp $ */1 /* $Id: windllbase.cpp,v 1.24 2001-02-14 10:36:45 sandervl Exp $ */ 2 2 3 3 /* … … 405 405 } 406 406 407 //Allocate TLS index for this module408 tlsAlloc();409 tlsAttachThread(); //setup TLS (main thread)410 411 407 if(dllEntryPoint == NULL) { 412 408 dprintf(("attachProcess not required for dll %s", szModule));
Note:
See TracChangeset
for help on using the changeset viewer.