Rob Shearman : include: Make IContextMenu interface in shobjidl. idl local since some parameters are pointers to structures with fields that can 't be marshalled.

Alexandre Julliard julliard at winehq.org
Wed Apr 16 08:09:46 CDT 2008


Module: wine
Branch: master
Commit: 99636aaa9f339ad46aa8b5fdcbf6717ec1723438
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=99636aaa9f339ad46aa8b5fdcbf6717ec1723438

Author: Rob Shearman <rob at codeweavers.com>
Date:   Tue Apr 15 18:29:19 2008 +0100

include: Make IContextMenu interface in shobjidl.idl local since some parameters are pointers to structures with fields that can't be marshalled.

---

 include/shobjidl.idl |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/include/shobjidl.idl b/include/shobjidl.idl
index 54d617e..563d9e2 100644
--- a/include/shobjidl.idl
+++ b/include/shobjidl.idl
@@ -961,7 +961,8 @@ interface IDropTargetHelper : IUnknown
 [
     object,
     uuid(000214e4-0000-0000-c000-000000000046),
-    pointer_default(unique)
+    pointer_default(unique),
+    local
 ]
 interface IContextMenu : IUnknown
 {




More information about the wine-cvs mailing list