ChangeSet ID: 7431 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/03/13 22:00:52
Modified files: loader : module.c include : module.h dlls/ntdll : ntdll_misc.h ntdll.spec loader.c
Log message: Eric Pouech eric.pouech@wanadoo.fr - implementation of LdrUnloadDll out of loader/module.c - in impacted functions, ensure that we only use ntdll functions - making use of new LdrUnloadDll
Patch: http://cvs.winehq.com/patch.py?id=7431
Old revision New revision Changes Path 1.174 1.175 +10 -124 wine/loader/module.c 1.72 1.73 +0 -2 wine/include/module.h 1.8 1.9 +7 -0 wine/dlls/ntdll/ntdll_misc.h 1.90 1.91 +1 -1 wine/dlls/ntdll/ntdll.spec 1.10 1.11 +133 -2 wine/dlls/ntdll/loader.c