include: Add IAgileObject to objidlbase.idl.
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
6e09636f68
commit
cdf013b9b9
@ -83,6 +83,15 @@ interface IMarshal : IUnknown
|
|||||||
[in] DWORD dwReserved);
|
[in] DWORD dwReserved);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[
|
||||||
|
local,
|
||||||
|
object,
|
||||||
|
uuid(94ea2b94-e9cc-49e0-c0ff-ee64ca8f5b90)
|
||||||
|
]
|
||||||
|
interface IAgileObject : IUnknown
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
[
|
[
|
||||||
local,
|
local,
|
||||||
object,
|
object,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user