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

Francois Gouget fgouget at free.fr
Thu Sep 20 14:36:29 CDT 2007


Add a commented out import directive as a reminder.
---
 include/indexsrv.idl |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/include/indexsrv.idl b/include/indexsrv.idl
index e7b9919..85e4e66 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...
-- 
1.5.2.4




More information about the wine-patches mailing list