ChangeSet ID: 1010426648920815359801054 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 02/01/07 13:04:09
Modified files: include : thread.h include/wine : exception.h memory : selector.c virtual.c scheduler : client.c process.c synchro.c sysdeps.c
Log message: Added support for cleaning up the TEB from inside the exiting thread.
Patch: http://cvs.winehq.com/patch.py?id=1010426648920815359801054
Revision Changes Path 1.58 +7 -2 wine/include/thread.h 1.17 +0 -1 wine/include/wine/exception.h 1.43 +20 -4 wine/memory/selector.c 1.73 +7 -1 wine/memory/virtual.c 1.79 +6 -6 wine/scheduler/client.c 1.169 +0 -3 wine/scheduler/process.c 1.39 +1 -1 wine/scheduler/synchro.c 1.40 +130 -77 wine/scheduler/sysdeps.c