Re: MSVC: compilation failure in canonicalize.c due to unsupported C99

2012-10-14 Thread Pádraig Brady
On 10/14/2012 01:21 PM, Michael Goffioul wrote: Hi, I get a compilation failure in canonicalize.c due to unsupported C99 feature in MSVC, namely the ability to define variables anywhere in C code. Is is possible to swap lines 102 and 103 in that file? That is: 91 char * 92 canonicalize_

MSVC: compilation failure in canonicalize.c due to unsupported C99

2012-10-14 Thread Michael Goffioul
Hi, I get a compilation failure in canonicalize.c due to unsupported C99 feature in MSVC, namely the ability to define variables anywhere in C code. Is is possible to swap lines 102 and 103 in that file? That is: 91 char * 92 canonicalize_filename_mode (const char *name, canonicalize_mode_t c