ChangeSet ID: 20939 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/10/29 05:30:57
Modified files: dlls/oleaut32 : typelib.h typelib.c
Log message: Robert Shearman rob@codeweavers.com - Read DLL name from modules in MSFT typelibs. - A name offset of -1 for a parameter means that it has the same name as the function. - Print an error if a ReadName is attempted with an offset of -1, since this will read garbage. - Implement ITypeInfo_GetDllEntry.
Patch: http://cvs.winehq.org/patch.py?id=20939
Old revision New revision Changes Path 1.22 1.23 +1 -0 wine/dlls/oleaut32/typelib.h 1.171 1.172 +39 -12 wine/dlls/oleaut32/typelib.c