actxprxy: Add proxies for shldisp.idl.
This commit is contained in:
parent
56425e3767
commit
4a5c687069
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
|
@ -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)
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue