Fixed a regression in TLS handling (spotted by Vitaliy Margolen) A+ -- Eric Pouech
Index: dlls/ntdll/loader.c =================================================================== RCS file: /home/cvs/cvsroot/wine/wine/dlls/ntdll/loader.c,v retrieving revision 1.19 diff -u -r1.19 loader.c --- dlls/ntdll/loader.c 21 Mar 2003 21:27:16 -0000 1.19 +++ dlls/ntdll/loader.c 22 Mar 2003 20:41:21 -0000 @@ -124,7 +124,6 @@ RtlCreateUnicodeStringFromAsciiz( &wm->ldr.BaseDllName, wm->modname); wm->ldr.Flags = 0; wm->ldr.LoadCount = 0; - wm->ldr.TlsIndex = 0; wm->ldr.SectionHandle = NULL; wm->ldr.CheckSum = 0; wm->ldr.TimeDateStamp = 0;