[flac-dev] [PATCH] for include/share/compat.h

Erik de Castro Lopo mle+la at mega-nerd.com
Thu Apr 10 13:30:55 PDT 2014


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/


More information about the flac-dev mailing list