Module: wine Branch: master Commit: deb355be8171fdeed759903f31afa3c7c5e7f72a URL: http://source.winehq.org/git/wine.git/?a=commit;h=deb355be8171fdeed759903f31...
Author: Francois Gouget fgouget@free.fr Date: Thu Sep 20 21:36:29 2007 +0200
infosoft: indexsrv.idl must import objidl.idl and not unknwn.idl.
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...