ChangeSet ID: 10192 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/11/24 21:42:05
Modified files: include : thread.h dlls/ntdll : thread.c server.c ntdll_misc.h
Log message: Store the thread entry point in the startup info passed to the new thread instead of the TEB.
Patch: http://cvs.winehq.com/patch.py?id=10192
Old revision New revision Changes Path 1.91 1.92 +1 -3 wine/include/thread.h 1.13 1.14 +24 -14 wine/dlls/ntdll/thread.c 1.7 1.8 +2 -2 wine/dlls/ntdll/server.c 1.33 1.34 +1 -1 wine/dlls/ntdll/ntdll_misc.h