Andrew Eikum : oleaut32: helpcontext is not an offset.

Alexandre Julliard julliard at winehq.org
Fri Nov 2 15:52:03 CDT 2012


Module: wine
Branch: master
Commit: 561e46c435b824489922476fb448531e74ca482e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=561e46c435b824489922476fb448531e74ca482e

Author: Andrew Eikum <aeikum at codeweavers.com>
Date:   Fri Nov  2 12:53:36 2012 -0500

oleaut32: helpcontext is not an offset.

---

 dlls/oleaut32/typelib.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/oleaut32/typelib.c b/dlls/oleaut32/typelib.c
index 3d94164..cb179f9 100644
--- a/dlls/oleaut32/typelib.c
+++ b/dlls/oleaut32/typelib.c
@@ -4092,9 +4092,6 @@ 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;




More information about the wine-cvs mailing list