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:
parent
253b251ff5
commit
deb355be81
|
@ -16,7 +16,8 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* 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...
|
* widl doesn't like the declaration of PFNFILLTEXTBUFFER, so work around it...
|
||||||
|
|
Loading…
Reference in New Issue