include: indexsrv.idl should import oaidl, not objidl.
This commit is contained in:
parent
d8c7c80177
commit
8c9a67934b
|
@ -16,7 +16,7 @@
|
||||||
* 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 "objidl.idl";
|
import "oaidl.idl";
|
||||||
/* FIXME: import "filter.idl"; */
|
/* FIXME: import "filter.idl"; */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue