ChangeSet ID: 7390 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@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@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