infosoft: indexsrv.idl must import objidl.idl and not unknwn.idl.

Add a commented out import directive as a reminder.
This commit is contained in:
Francois Gouget 2007-09-20 21:36:29 +02:00 committed by Alexandre Julliard
parent 253b251ff5
commit deb355be81

View file

@ -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...