Module: wine Branch: master Commit: ceee7415f58d52060ab25527c8ed1d492c838cc3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ceee7415f58d52060ab25527c8...
Author: Hans Leidekker hans@codeweavers.com Date: Tue Jun 23 09:36:49 2009 +0200
include: Add definition of IObjContext.
---
dlls/uuid/uuid.c | 1 + include/objidl.idl | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/dlls/uuid/uuid.c b/dlls/uuid/uuid.c index 840a346..18b4d55 100644 --- a/dlls/uuid/uuid.c +++ b/dlls/uuid/uuid.c @@ -32,6 +32,7 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0); #include "wingdi.h" #include "winuser.h"
+#define USE_COM_CONTEXT_DEF #include "objbase.h" #include "servprov.h"
diff --git a/include/objidl.idl b/include/objidl.idl index 29b907d..2aa6065 100644 --- a/include/objidl.idl +++ b/include/objidl.idl @@ -2454,4 +2454,21 @@ interface IContext : IUnknown [out] IEnumContextProps **ppEnumContextProps); }
+[ + local, + object, + uuid(000001c6-0000-0000-c000-000000000046), + pointer_default(unique) +] +interface IObjContext : IContext +{ + void Reserved1(); + void Reserved2(); + void Reserved3(); + void Reserved4(); + void Reserved5(); + void Reserved6(); + void Reserved7(); +} + cpp_quote("#endif /* defined USE_COM_CONTEXT_DEF */")