ChangeSet ID: 9700
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/10/08 23:59:03
Modified files:
include : thread.h
dlls/ntdll : thread.c
dlls/kernel : thread.c process.c
Log message:
Moved the constructor for the initial TEB to ntdll so that it runs as
early as possible on startup.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9700
Old revision New revision Changes Path
1.84 1.85 +1 -2 wine/include/thread.h
1.5 1.6 +49 -0 wine/dlls/ntdll/thread.c
1.7 1.8 +0 -31 wine/dlls/kernel/thread.c
1.21 1.22 +24 -30 wine/dlls/kernel/process.c