2004-01-01 Martin Fuchs <martin-fuchs@gmx.net>

* include/shlobj.h (SHCoCreateInstance): Add prototype..
	* lib/shell32.def (SHCoCreateInstance): Add export stub.
This commit is contained in:
Danny Smith
2004-01-01 11:00:43 +00:00
parent 54407e0691
commit 855c33f8b7
3 changed files with 8 additions and 0 deletions

View File

@ -1018,6 +1018,8 @@ LPITEMIDLIST WINAPI ILFindLastID(LPCITEMIDLIST);
LPITEMIDLIST WINAPI ILGetNext(LPCITEMIDLIST);
UINT WINAPI ILGetSize(LPCITEMIDLIST);
void WINAPI ILFree(LPITEMIDLIST);
HRESULT WINAPI SHCoCreateInstance(LPCWSTR,REFCLSID,IUnknown*,REFIID,void**);
#endif
#ifdef UNICODE