wine/ include/winternl.h include/winbase.h dll ...

Alexandre Julliard julliard at winehq.org
Thu Oct 30 18:16:20 CST 2003


ChangeSet ID:	9928
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/10/30 18:16:20

Modified files:
	include        : winternl.h winbase.h 
	dlls/ntdll     : thread.c ntdll.spec 
	dlls/kernel    : thread.c 

Log message:
	Implemented RtlCreateUserThread, and use it to move thread creation to
	ntdll.

Patch: http://cvs.winehq.com/patch.py?id=9928

Old revision  New revision  Changes     Path
 1.62          1.63          +2 -0       wine/include/winternl.h
 1.197         1.198         +1 -0       wine/include/winbase.h
 1.7           1.8           +144 -7     wine/dlls/ntdll/thread.c
 1.133         1.134         +1 -5       wine/dlls/ntdll/ntdll.spec
 1.9           1.10          +37 -110    wine/dlls/kernel/thread.c




More information about the wine-cvs mailing list