Alexandre Julliard : actxprxy: Add proxies for shldisp.idl.

Alexandre Julliard julliard at winehq.org
Wed Jan 19 11:46:16 CST 2011


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Jan 19 17:43:45 2011 +0100

actxprxy: Add proxies for shldisp.idl.

---

 .gitignore                         |    2 ++
 dlls/actxprxy/Makefile.in          |    2 ++
 dlls/actxprxy/actxprxy_shldisp.idl |   21 +++++++++++++++++++++
 include/shldisp.idl                |    3 +++
 4 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3817eea..d91e568 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,6 +38,8 @@ dlls/actxprxy/actxprxy_ocmm.h
 dlls/actxprxy/actxprxy_ocmm_p.c
 dlls/actxprxy/actxprxy_servprov.h
 dlls/actxprxy/actxprxy_servprov_p.c
+dlls/actxprxy/actxprxy_shldisp.h
+dlls/actxprxy/actxprxy_shldisp_p.c
 dlls/actxprxy/actxprxy_shobjidl.h
 dlls/actxprxy/actxprxy_shobjidl_p.c
 dlls/actxprxy/actxprxy_urlhist.h
diff --git a/dlls/actxprxy/Makefile.in b/dlls/actxprxy/Makefile.in
index 15f8e3d..b879903 100644
--- a/dlls/actxprxy/Makefile.in
+++ b/dlls/actxprxy/Makefile.in
@@ -16,6 +16,7 @@ IDL_P_SRCS = \
 	actxprxy_objsafe.idl \
 	actxprxy_ocmm.idl \
 	actxprxy_servprov.idl \
+	actxprxy_shldisp.idl \
 	actxprxy_shobjidl.idl \
 	actxprxy_urlhist.idl
 
@@ -28,6 +29,7 @@ IDL_R_SRCS = \
 	actxprxy_objsafe.idl \
 	actxprxy_ocmm.idl \
 	actxprxy_servprov.idl \
+	actxprxy_shldisp.idl \
 	actxprxy_shobjidl.idl \
 	actxprxy_urlhist.idl
 
diff --git a/dlls/actxprxy/actxprxy_shldisp.idl b/dlls/actxprxy/actxprxy_shldisp.idl
new file mode 100644
index 0000000..81222a5
--- /dev/null
+++ b/dlls/actxprxy/actxprxy_shldisp.idl
@@ -0,0 +1,21 @@
+/*
+ * Copyright 2011 Alexandre Julliard
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+/* just a wrapper for shldisp.idl */
+
+#include "shldisp.idl"
diff --git a/include/shldisp.idl b/include/shldisp.idl
index ce6d555..8df56cd 100644
--- a/include/shldisp.idl
+++ b/include/shldisp.idl
@@ -31,6 +31,7 @@ import "comcat.idl";
  * IAutoComplete interface
  */
 [
+    local,
     object,
     uuid(00bb2762-6a77-11d0-a535-00c04fd7d062),
     pointer_default(unique)
@@ -51,6 +52,7 @@ interface IAutoComplete : IUnknown
  * IAutoComplete2 interface
  */
 [
+    local,
     object,
     uuid(eac04bc0-3791-11d2-bb95-0060977b464c),
     pointer_default(unique)
@@ -87,6 +89,7 @@ importlib("stdole2.tlb");
 
 [
     object,
+    oleautomation,
     uuid(9ba05970-f6a8-11cf-a442-00a0c90a8f39),
     pointer_default(unique)
 ]




More information about the wine-cvs mailing list