Chris Sutcliffe wrote:
> There is a small issue with this patch: > > > *** ../vim-7.1.327/src/os_unix.c Fri Jun 20 11:58:27 2008 > > --- src/os_unix.c Sat Jun 21 13:06:45 2008 > > *************** > > *** 2278,2283 **** > > --- 2278,2287 ---- > > char_u olddir[MAXPATHL]; > > char_u *p; > > int retval = OK; > > + #ifdef __CYGWIN__ > > + char_u posix_fname[MAX_PATH]; > > + #endif > > + > > MAX_PATH is undeclared when I attempted to compile this with Cygwin. > I changed it to MAXPATHL and it works fine. So Cygwin doesn't follow its own documentation? So much for trusting that. -- hundred-and-one symptoms of being an internet addict: 73. You give your dog used motherboards instead of bones /// 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 -~----------~----~----~----~------~----~------~--~---
