On 8/9/07, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > > 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.
It's only a macro define. So I think it won't effect the people who are still using the previous version of the w32api. > > -- > 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 -~----------~----~----~----~------~----~------~--~---
