Commit deb355be authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

Add a commented out import directive as a reminder.
parent 253b251f
......@@ -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...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment