ChangeSet ID: 7496 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/03/18 12:29:14
Modified files: loader : module.c include : winternl.h module.h dlls/ntdll : ntdll.spec loader.c
Log message: Eric Pouech pouech-eric@wanadoo.fr - added LDR_MODULE structure to WINE_MODREF and made dummy filling of this structure - implementation of LdrFindEntry - implementation of GetModuleFileName[AW] on top of LdrFindEntry
Patch: http://cvs.winehq.com/patch.py?id=7496
Old revision New revision Changes Path 1.177 1.178 +59 -42 wine/loader/module.c 1.14 1.15 +1 -1 wine/include/winternl.h 1.74 1.75 +1 -2 wine/include/module.h 1.93 1.94 +1 -1 wine/dlls/ntdll/ntdll.spec 1.12 1.13 +68 -2 wine/dlls/ntdll/loader.c