Module: wine Branch: master Commit: cdf013b9b984e4d161b7a3ae27adde366969eee7 URL: https://source.winehq.org/git/wine.git/?a=commit;h=cdf013b9b984e4d161b7a3ae2...
Author: Rémi Bernon rbernon@codeweavers.com Date: Fri Oct 2 12:04:14 2020 +0200
include: Add IAgileObject to objidlbase.idl.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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,