Changeset 7811 for trunk/src/kernel32/winimagepeldr.cpp
- Timestamp:
- Feb 6, 2002, 5:33:40 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagepeldr.cpp
r7670 r7811 1 /* $Id: winimagepeldr.cpp,v 1.9 4 2001-12-22 12:34:06sandervl Exp $ */1 /* $Id: winimagepeldr.cpp,v 1.95 2002-02-06 16:33:39 sandervl Exp $ */ 2 2 3 3 /* … … 119 119 HFILE dllfile; 120 120 121 fIsPEImage = TRUE; 122 121 123 strcpy(szFileName, pszFileName); 122 124 strupr(szFileName); … … 624 626 //they get TLS index 0 for their main executable 625 627 { 626 USHORT sel = SetWin32TIB( );628 USHORT sel = SetWin32TIB(TIB_SWITCH_FORCE_WIN32); 627 629 tlsAlloc(); 628 630 tlsAttachThread(); //setup TLS (main thread)
Note:
See TracChangeset
for help on using the changeset viewer.