Rémi Bernon : include: Add IAgileObject to objidlbase.idl.

Alexandre Julliard julliard at winehq.org
Mon Oct 5 15:54:58 CDT 2020


Module: wine
Branch: master
Commit: cdf013b9b984e4d161b7a3ae27adde366969eee7
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=cdf013b9b984e4d161b7a3ae27adde366969eee7

Author: Rémi Bernon <rbernon at codeweavers.com>
Date:   Fri Oct  2 12:04:14 2020 +0200

include: Add IAgileObject to objidlbase.idl.

Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/objidlbase.idl | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/include/objidlbase.idl b/include/objidlbase.idl
index 7f649dd005..6449be8417 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,




More information about the wine-cvs mailing list