Signed-off-by: Rémi Bernon rbernon@codeweavers.com --- include/objidlbase.idl | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/include/objidlbase.idl b/include/objidlbase.idl index 47602b98d35..5bc3e809289 100644 --- a/include/objidlbase.idl +++ b/include/objidlbase.idl @@ -83,6 +83,15 @@ interface IMarshal : IUnknown [in] DWORD dwReserved); }
+[ + local, + object, + uuid(94ea2b94-e9cc-49e0-c0ff-ee64ca8f5b90) +] +interface IAgileObject : IUnknown +{ +} + [ local, object,