wine/ loader/pe_image.c loader/module.c includ ...

Alexandre Julliard julliard at wine.codeweavers.com
Thu Mar 6 17:41:37 CST 2003


ChangeSet ID:	7390
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/03/06 17:41:37

Modified files:
	loader         : pe_image.c module.c 
	include        : module.h 
	dlls/ntdll     : ntdll_misc.h loader.c 

Log message:
	Eric Pouech <eric.pouech at wanadoo.fr>
	- implemented LdrGetProcedureAddress and made use of it for
	GetProcAddress
	- implemented LdrGetDllHandle and made use of it in GetModuleHandle
	- removed MODULE_DllThreadDetach from loader/module.c (should have
	been removed in a previous patch)

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

Old revision  New revision  Changes     Path
 1.120         1.121         +1 -0       wine/loader/pe_image.c
 1.173         1.174         +57 -107    wine/loader/module.c
 1.71          1.72          +1 -3       wine/include/module.h
 1.7           1.8           +3 -0       wine/dlls/ntdll/ntdll_misc.h
 1.9           1.10          +97 -14     wine/dlls/ntdll/loader.c




More information about the wine-cvs mailing list