lvqcl wrote: > This file has the following code: > > > #ifdef _WIN32 > /* All char* strings are in UTF-8 format. Added to support Unicode files on > Windows */ > [...] > #define flac_stat _stat64_utf8 > > #else > > [...] > > #ifdef _WIN32 > #define flac_stat _stat64 > #else > #define flac_stat stat > #endif > > #endif > > > The second "#ifdef _WIN32" doesn't make much sense.
Applied. Thanks. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/ _______________________________________________ flac-dev mailing list flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev