mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 19:49:50 +00:00
IBindHost interface additions.
This commit is contained in:
parent
c4fc1abff7
commit
64fb191cf6
2 changed files with 4 additions and 0 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue