include: indexsrv.idl should import oaidl, not objidl.

Francois Gouget fgouget at free.fr
Wed Dec 21 07:27:48 CST 2011


---
 include/indexsrv.idl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/indexsrv.idl b/include/indexsrv.idl
index 397e691..3a272df 100644
--- a/include/indexsrv.idl
+++ b/include/indexsrv.idl
@@ -16,7 +16,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-import "objidl.idl";
+import "oaidl.idl";
 /* FIXME: import "filter.idl"; */
 
 /*
-- 
1.7.7.3



More information about the wine-patches mailing list