Bob Friesenhahn <bfriesen <at> simple.dallas.tx.us> writes:
`cygwin_conv_to_full_win32_path' is
> > deprecated (declared at /usr/include/sys/cygwin.h:52)
> >
> > OK to apply?
>
> This looks good to apply to me except for the minor nit that the
> bracing indentation within the HAVE_DECL_CYGWIN_CONV_PATH is wrong
> (and should be corrected).
>
> > -#if defined(__CYGWIN__)
> > +#if HAVE_DECL_CYGWIN_CONV_PATH
> > + if (cygwin_conv_path (CCP_POSIX_TO_WIN_A, filename, wpath, MAX_PATH))
> > + {
> > + LT__SETERROR (CANNOT_OPEN);
> > + return 0;
> > + }
Oops - tab vs. 8 spaces. Fixed (to consistent tab usage) and committed; thanks
for the review.
--
Eric Blake