Changelog:
* include/urlmon.h, include/urlmon.idl
Francois Gouget <fgouget@xxxxxxxxxxxxxxx> Add a couple of missing definitions to urlmon.h
-- Francois Gouget fgouget@xxxxxxxxxxxxxxx
Index: include/urlmon.h =================================================================== RCS file: /home/cvs/wine/include/urlmon.h,v retrieving revision 1.23 diff -u -r1.23 urlmon.h --- include/urlmon.h 13 Dec 2003 00:03:30 -0000 1.23 +++ include/urlmon.h 16 Jan 2004 11:02:23 -0000 @@ -1387,6 +1387,8 @@ HRESULT WINAPI CompareSecurityIds(BYTE*,DWORD,BYTE*,DWORD,DWORD); HRESULT WINAPI URLDownloadToFileA(LPUNKNOWN pCaller, LPCSTR szURL, LPCSTR szFileName, DWORD dwReserved, LPBINDSTATUSCALLBACK lpfnCB); HRESULT WINAPI URLDownloadToFileW(LPUNKNOWN pCaller, LPCWSTR szURL, LPCWSTR szFileName, DWORD dwReserved, LPBINDSTATUSCALLBACK lpfnCB); +HRESULT WINAPI CoInternetGetSession(DWORD,/*IInternetSession*/void**,DWORD); +HRESULT WINAPI MkParseDisplayNameEx(IBindCtx*,LPCWSTR,ULONG*,IMoniker**); HRESULT WINAPI IsAsyncMoniker(IMoniker* pmk); HRESULT WINAPI CreateAsyncBindCtx(DWORD, IBindStatusCallback*, IEnumFORMATETC*, IBindCtx**); #ifdef __cplusplus Index: include/urlmon.idl =================================================================== RCS file: /home/cvs/wine/include/urlmon.idl,v retrieving revision 1.3 diff -u -r1.3 urlmon.idl --- include/urlmon.idl 13 Dec 2003 00:03:30 -0000 1.3 +++ include/urlmon.idl 16 Jan 2004 11:04:30 -0000 @@ -539,5 +539,7 @@ cpp_quote("HRESULT WINAPI CompareSecurityIds(BYTE*,DWORD,BYTE*,DWORD,DWORD);") cpp_quote("HRESULT WINAPI URLDownloadToFileA(LPUNKNOWN pCaller, LPCSTR szURL, LPCSTR szFileName, DWORD dwReserved, LPBINDSTATUSCALLBACK lpfnCB);") cpp_quote("HRESULT WINAPI URLDownloadToFileW(LPUNKNOWN pCaller, LPCWSTR szURL, LPCWSTR szFileName, DWORD dwReserved, LPBINDSTATUSCALLBACK lpfnCB);") +cpp_quote("HRESULT WINAPI CoInternetGetSession(DWORD,/*IInternetSession*/void**,DWORD);") +cpp_quote("HRESULT WINAPI MkParseDisplayNameEx(IBindCtx*,LPCWSTR,ULONG*,IMoniker**);") cpp_quote("HRESULT WINAPI IsAsyncMoniker(IMoniker* pmk);") cpp_quote("HRESULT WINAPI CreateAsyncBindCtx(DWORD, IBindStatusCallback*, IEnumFORMATETC*, IBindCtx**);")