ChangeSet ID: 9247 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/09/08 14:02:01
Modified files: scheduler : thread.c process.c include : winternl.h thread.h dlls/ntdll : thread.c ntdll.spec nt.c
Log message: On TlsFree, clear the released TLS index in all threads.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9247
Old revision New revision Changes Path 1.148 1.149 +10 -0 wine/scheduler/thread.c 1.229 1.230 +1 -2 wine/scheduler/process.c 1.53 1.54 +2 -1 wine/include/winternl.h 1.83 1.84 +2 -1 wine/include/thread.h 1.4 1.5 +61 -1 wine/dlls/ntdll/thread.c 1.125 1.126 +2 -2 wine/dlls/ntdll/ntdll.spec 1.55 1.56 +0 -19 wine/dlls/ntdll/nt.c