wine/ scheduler/thread.c include/thread.h dlls ...

Alexandre Julliard julliard at winehq.org
Thu Aug 21 16:34:34 CDT 2003


ChangeSet ID:	9061
CVSROOT:	/home/winehq/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/08/21 16:34:34

Modified files:
	scheduler      : thread.c 
	include        : thread.h 
	dlls/ntdll     : sysdeps.c debugtools.c 

Log message:
	Store the debug info structure on the thread stack.
	Moved thread initialization code from sysdeps.c to thread.c to avoid
	an indirection.

Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9061

Old revision  New revision  Changes     Path
 1.142         1.143         +19 -8      wine/scheduler/thread.c
 1.74          1.75          +11 -3      wine/include/thread.h
 1.7           1.8           +5 -20      wine/dlls/ntdll/sysdeps.c
 1.30          1.31          +1 -19      wine/dlls/ntdll/debugtools.c




More information about the wine-cvs mailing list