Re: undef WIN32_FILENAMES with cygwin-1.7

2009-06-25 Thread Vin Shelton
Hi, Reini - On Wed, Jun 24, 2009 at 6:43 AM, Reini Urban wrote: > cygwin-1.7 removed support for accepting win32 style pathnames. > xemacs should follow. > > The particular problem was file-truename returning a fabricated windows path, > instead of the POSIX path, which for example failed the mule

Re: undef WIN32_FILENAMES with cygwin-1.7

2009-06-24 Thread Corinna Vinschen
On Jun 24 12:43, Reini Urban wrote: > cygwin-1.7 removed support for accepting win32 style pathnames. Huh? No, it didn't. Win32 paths are still accepted. What is your exact problem? Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader

undef WIN32_FILENAMES with cygwin-1.7

2009-06-24 Thread Reini Urban
cygwin-1.7 removed support for accepting win32 style pathnames. xemacs should follow. The particular problem was file-truename returning a fabricated windows path, instead of the POSIX path, which for example failed the mule testsuite for me. diff -u xemacs-21.5.28/src/fileio.c.orig xemacs-21.5.