diff --git a/.gitignore b/.gitignore index 3817eea7e4b..d91e56883d3 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 15f8e3d259c..b879903cd08 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 00000000000..81222a5a66f --- /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 ce6d555d18e..8df56cdf1a6 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) ]