From deb355be8171fdeed759903f31afa3c7c5e7f72a Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 20 Sep 2007 21:36:29 +0200 Subject: [PATCH] infosoft: indexsrv.idl must import objidl.idl and not unknwn.idl. Add a commented out import directive as a reminder. --- include/indexsrv.idl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/indexsrv.idl b/include/indexsrv.idl index e7b9919723..85e4e669b9 100644 --- a/include/indexsrv.idl +++ b/include/indexsrv.idl @@ -16,7 +16,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -import "unknwn.idl"; +import "objidl.idl"; +/* FIXME: import "filter.idl"; */ /* * widl doesn't like the declaration of PFNFILLTEXTBUFFER, so work around it... -- 2.32.0.93.g670b81a890