Add stub for new WinXP urlmon API

Francois Gouget fgouget at free.fr
Sat Jun 7 12:59:59 CDT 2003


Changelog:

 * dlls/urlmon/urlmon.spec,
   include/urlmon.h

   Add a stub for CompareSecurityIds (new in WinXP).


Index: dlls/urlmon/urlmon.spec
===================================================================
RCS file: /home/wine/wine/dlls/urlmon/urlmon.spec,v
retrieving revision 1.23
diff -u -r1.23 urlmon.spec
--- dlls/urlmon/urlmon.spec	20 Mar 2003 03:53:13 -0000	1.23
+++ dlls/urlmon/urlmon.spec	7 Jun 2003 09:02:50 -0000
@@ -14,6 +14,7 @@
 @ stdcall CoInternetGetSession(long ptr long)
 @ stub CoInternetParseUrl
 @ stdcall CoInternetQueryInfo(ptr long long ptr long ptr long)
+@ stub CompareSecurityIds
 @ stub CopyBindInfo
 @ stub CopyStgMedium
 @ stub CreateAsyncBindCtx
Index: include/urlmon.h
===================================================================
RCS file: /home/wine/wine/include/urlmon.h,v
retrieving revision 1.16
diff -u -r1.16 urlmon.h
--- include/urlmon.h	11 Apr 2003 00:31:03 -0000	1.16
+++ include/urlmon.h	7 Jun 2003 09:03:06 -0000
@@ -310,6 +310,7 @@

 HRESULT WINAPI CreateURLMoniker(IMoniker *pmkContext, LPCWSTR szURL, IMoniker **ppmk);
 HRESULT WINAPI RegisterBindStatusCallback(IBindCtx *pbc, IBindStatusCallback *pbsc, IBindStatusCallback **ppbsc, DWORD dwReserved);
+HRESULT WINAPI CompareSecurityIds(BYTE*,DWORD,BYTE*,DWORD,DWORD);

 #ifdef __cplusplus
 }      /* extern "C" */



-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                           La terre est une bêta...





More information about the wine-patches mailing list