[PATCH v2 2/2] include: Add IAgileObject to objidlbase.idl.

Rémi Bernon rbernon at codeweavers.com
Fri Oct 2 05:04:14 CDT 2020


Signed-off-by: Rémi Bernon <rbernon at 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,
-- 
2.28.0




More information about the wine-devel mailing list