ChangeSet ID: 7437 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/03/13 23:01:20
Modified files: relay32 : builtin32.c loader : pe_image.c module.c include : winternl.h module.h dlls/ntdll : ntdll_misc.h ntdll.spec loader.c
Log message: Eric Pouech eric.pouech@wanadoo.fr - implementation of LdrLoadDll out of loader/module.c - in impacted functions, ensure that we only use ntdll functions - for internal loading, start using NTDLL style for error reporting - making use of new LdrLoadDll
Patch: http://cvs.winehq.com/patch.py?id=7437
Old revision New revision Changes Path 1.90 1.91 +8 -14 wine/relay32/builtin32.c 1.121 1.122 +25 -17 wine/loader/pe_image.c 1.175 1.176 +115 -303 wine/loader/module.c 1.13 1.14 +2 -2 wine/include/winternl.h 1.73 1.74 +3 -4 wine/include/module.h 1.9 1.10 +3 -1 wine/dlls/ntdll/ntdll_misc.h 1.91 1.92 +1 -1 wine/dlls/ntdll/ntdll.spec 1.11 1.12 +281 -0 wine/dlls/ntdll/loader.c