[Wine-devel] Eter's patch is applied to winehq repo 08/22/12
builder-robot на etersoft.ru
builder-robot на etersoft.ru
Ср Авг 22 23:10:22 MSK 2012
New Etersoft's patches since last build time:
commit 3eab4f8d9649dfc8c04caa4b9a525a1d36fe24ab
Author: Roman Dadkov <romand на etersoft.ru>
oleaut32: Record DocString field in ITypeInfoImpl structure in function ITypeLib2_Constructor_SLTG.
---
commit 3eab4f8d9649dfc8c04caa4b9a525a1d36fe24ab
Author: Roman Dadkov <romand на etersoft.ru>
Date: Tue Aug 21 18:00:38 2012 +0400
oleaut32: Record DocString field in ITypeInfoImpl structure in function ITypeLib2_Constructor_SLTG.
diff --git a/dlls/oleaut32/typelib.c b/dlls/oleaut32/typelib.c
index 0fc7a6e..abde61b 100644
--- a/dlls/oleaut32/typelib.c
+++ b/dlls/oleaut32/typelib.c
@@ -4092,6 +4092,9 @@ static ITypeLib2* ITypeLib2_Constructor_SLTG(LPVOID pLib, DWORD dwTLBLength)
pOtherTypeInfoBlks[i].name_offs +
pNameTable);
(*ppTypeInfoImpl)->dwHelpContext = pOtherTypeInfoBlks[i].helpcontext;
+ (*ppTypeInfoImpl)->DocString = TLB_MultiByteToBSTR(
+ pOtherTypeInfoBlks[i].helpcontext +
+ pNameTable);
(*ppTypeInfoImpl)->TypeAttr.guid = pOtherTypeInfoBlks[i].uuid;
(*ppTypeInfoImpl)->TypeAttr.typekind = pTIHeader->typekind;
(*ppTypeInfoImpl)->TypeAttr.wMajorVerNum = pTIHeader->major_version;
Подробная информация о списке рассылки Wine-devel