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_
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