ChangeSet ID: 17977 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/06/06 15:04:33
Modified files: include : winternl.h thread.h dlls/ntdll : thread.c sync.c signal_i386.c server.c ntdll_misc.h debugtools.c
Log message: Moved the ntdll per-thread data out of the TEB into a private structure stored in TEB.SystemReserved2.
Patch: http://cvs.winehq.org/patch.py?id=17977
Old revision New revision Changes Path 1.130 1.131 +4 -4 wine/include/winternl.h 1.103 1.104 +37 -63 wine/include/thread.h 1.27 1.28 +22 -14 wine/dlls/ntdll/thread.c 1.47 1.48 +2 -2 wine/dlls/ntdll/sync.c 1.93 1.94 +9 -9 wine/dlls/ntdll/signal_i386.c 1.22 1.23 +22 -24 wine/dlls/ntdll/server.c 1.54 1.55 +25 -0 wine/dlls/ntdll/ntdll_misc.h 1.38 1.39 +3 -3 wine/dlls/ntdll/debugtools.c