* correction from 13978

git-svn-id: trunk@13278 -
This commit is contained in:
marco 2009-06-15 08:46:04 +00:00
parent 08491c10fb
commit ef0438ec7e

View File

@ -2940,7 +2940,7 @@ TYPE
Function FindName(szNameBuf: pOleStr; lHashVal: ULONG; OUT ppTInfo: ITypeInfo; OUT rgMemId: MEMBERID; VAR pcFound: USHORT; OUT pBstrLibName: WideString):HResult;StdCall;
{$endif}
{$ifndef Call_as}
Procedure ReleaseTLibAttr(Const pTLibAttr : TLIBATTR); StdCall;
Procedure ReleaseTLibAttr( pTLibAttr : LPTLIBATTR); StdCall;
{$else}
Function LocalReleaseTLibAttr:HResult;StdCall;
{$endif}