Rob Shearman : include: Add the local attribute to IShellExecuteHookA/ W since they use an undefined structure.

Alexandre Julliard julliard at winehq.org
Tue Jun 24 06:44:39 CDT 2008


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

Author: Rob Shearman <robertshearman at gmail.com>
Date:   Mon Jun 23 22:29:22 2008 +0100

include: Add the local attribute to IShellExecuteHookA/W since they use an undefined structure.

---

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

diff --git a/include/shobjidl.idl b/include/shobjidl.idl
index 563d9e2..31d211d 100644
--- a/include/shobjidl.idl
+++ b/include/shobjidl.idl
@@ -1120,7 +1120,8 @@ interface IContextMenu3 : IContextMenu2
 [
     object,
     uuid(000214f5-0000-0000-c000-000000000046),
-    pointer_default(unique)
+    pointer_default(unique),
+    local
 ]
 interface IShellExecuteHookA : IUnknown
 {
@@ -1136,7 +1137,8 @@ interface IShellExecuteHookA : IUnknown
 [
     object,
     uuid(000214fb-0000-0000-c000-000000000046),
-    pointer_default(unique)
+    pointer_default(unique),
+    local
 ]
 interface IShellExecuteHookW : IUnknown
 {




More information about the wine-cvs mailing list