Add a stub for CompareSecurityIds (new in WinXP).
This commit is contained in:
parent
f0339d222d
commit
39e2a19bc8
|
@ -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
|
||||
|
|
|
@ -310,6 +310,7 @@ ICOM_DEFINE(IWinInetHttpInfo,IWinInetInfo)
|
|||
|
||||
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" */
|
||||
|
|
Loading…
Reference in New Issue