Commit 64fb191c authored by Kirill Smelkov's avatar Kirill Smelkov Committed by Alexandre Julliard

IBindHost interface additions.

parent c4fc1abf
......@@ -568,6 +568,8 @@ void __RPC_STUB IBindStatusCallback_OnObjectAvailable_Stub(
#endif /* __IBindStatusCallback_INTERFACE_DEFINED__ */
#define SID_IBindHost IID_IBindHost
#define SID_SBindHost IID_IBindHost
#ifndef __IBindHost_FWD_DEFINED__
#define __IBindHost_FWD_DEFINED__
typedef struct IBindHost IBindHost;
......
......@@ -269,6 +269,8 @@ interface IBindStatusCallback : IUnknown
/*****************************************************************************
* IBindHost interface
*/
cpp_quote("#define SID_IBindHost IID_IBindHost")
cpp_quote("#define SID_SBindHost IID_IBindHost")
[
object,
uuid(fc4801a1-2ba9-11cf-a229-00aa003d7352),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment