[mingw-Bugs-1550139]

* include/oleauto.h (GetRecordInfoFromTypeInfo): Add prototype.
	(GetRecordInfoFromGuids): Add prototype.
This commit is contained in:
Danny Smith 2006-09-02 09:00:45 +00:00
parent c023e783e9
commit a046f426ed
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2006-09-02 Danny Smith <dannysmith@users.sourceforge.net>
[mingw-Bugs-1550139]
* include/oleauto.h (GetRecordInfoFromTypeInfo): Add prototype.
Tanks to: Samit Basu <samitbasu at sf dot net>
(GetRecordInfoFromGuids): Add prototype.
2006-09-01 Danny Smith <dannysmith@users.sourceforge.net>
* include/winbase.h: Add comment about 'missing' SEM flag.

View File

@ -351,6 +351,8 @@ WINOLEAUTAPI VectorFromBstr (BSTR, SAFEARRAY **);
WINOLEAUTAPI BstrFromVector (SAFEARRAY *, BSTR *);
WINOLEAUTAPI VarParseNumFromStr(OLECHAR*,LCID,ULONG,NUMPARSE*,BYTE*);
WINOLEAUTAPI VarNumFromParseNum(NUMPARSE*,BYTE*,ULONG,VARIANT*);
WINOLEAUTAPI_(HRESULT) GetRecordInfoFromTypeInfo (ITypeInfo*,IRecordInfo**);
WINOLEAUTAPI_(HRESULT) GetRecordInfoFromGuids (REFGUID,ULONG,ULONG,LCID,REFGUID,IRecordInfo**);
WINOLEAUTAPI VarAdd(LPVARIANT, LPVARIANT, LPVARIANT);
WINOLEAUTAPI VarSub(LPVARIANT, LPVARIANT, LPVARIANT);