Tls handling

Eric Pouech pouech-eric at wanadoo.fr
Sat Mar 22 14:44:30 CST 2003


Fixed a regression in TLS handling (spotted by Vitaliy Margolen)
A+
-- 
Eric Pouech
-------------- next part --------------
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;


More information about the wine-patches mailing list