wine/ scheduler/thread.c scheduler/process.c l ...

Alexandre Julliard julliard at wine.codeweavers.com
Mon Mar 3 22:36:56 CST 2003


ChangeSet ID:	7371
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/03/03 22:36:56

Modified files:
	scheduler      : thread.c process.c 
	loader         : module.c 
	include        : winternl.h module.h 
	dlls/ntdll     : ntdll.spec loader.c 

Log message:
	Eric Pouech <eric.pouech at wanadoo.fr>
	- added Ldr* information to include/winternl.h
	- exported a few functions/global vars from module.h while we move
	code from loader/module.c to dlls/ntdll/loader.c
	- implemented LdrShutdownProcess, LdrShutdownThread and
	LdrDisableThreadCalloutsForDll (and made use of them)

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

Old revision  New revision  Changes     Path
 1.131         1.132         +2 -2       wine/scheduler/thread.c
 1.208         1.209         +1 -1       wine/scheduler/process.c
 1.171         1.172         +8 -17      wine/loader/module.c
 1.12          1.13          +67 -0      wine/include/winternl.h
 1.69          1.70          +7 -1       wine/include/module.h
 1.88          1.89          +2 -2       wine/dlls/ntdll/ntdll.spec
 1.8           1.9           +63 -9      wine/dlls/ntdll/loader.c




More information about the wine-cvs mailing list