Changeset 18322
- Timestamp:
- Jan 13, 2002, 3:29:57 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/src/kernel32/thread.cpp ¶
r18122 r18322 1 /* $Id: thread.cpp,v 1. 39 2001-12-07 14:13:38sandervl Exp $ */1 /* $Id: thread.cpp,v 1.40 2002-01-13 14:29:57 sandervl Exp $ */ 2 2 3 3 /* … … 317 317 } 318 318 319 WinExe->tlsAttachThread();//setup TLS structure of main exe319 if(WinExe) WinExe->tlsAttachThread(); //setup TLS structure of main exe 320 320 Win32DllBase::tlsAttachThreadToAllDlls(); //setup TLS structures of all dlls 321 Win32DllBase::attachThreadToAllDlls(); 321 Win32DllBase::attachThreadToAllDlls(); //send DLL_THREAD_ATTACH message to all dlls 322 322 323 323 //Set FPU control word to 0x27F (same as in NT)
Note:
See TracChangeset
for help on using the changeset viewer.