Chris Sutcliffe wrote:
> With the latest version of the w32api that I just released (part of
> the MinGW suite of packages) there is now proper handling of
> __IID_DEFINED__. As a result the Make_ming.mak file in CVS will not
> work with the latest w32api package. Below is a simple patch that
> addresses the issue:
>
> Index: Make_ming.mak
> ===================================================================
> RCS file: /cvsroot/vim/vim7/src/Make_ming.mak,v
> retrieving revision 1.18
> diff -r1.18 Make_ming.mak
> 576c576
> < $(CC) $(CFLAGS) -D__IID_DEFINED__ -c -o $(OUTDIR)/if_ole.o if_ole.cpp
> ---
> > $(CC) $(CFLAGS) -c -o $(OUTDIR)/if_ole.o if_ole.cpp
So what if someone wants to use the previous version of the w32api?
There must be some way to make it work for both versions.
--
hundred-and-one symptoms of being an internet addict:
96. On Super Bowl Sunday, you followed the score by going to the
Yahoo main page instead of turning on the TV.
/// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---