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

lvqcl lvqcl.mail at gmail.com
Wed Apr 9 07:25:22 PDT 2014


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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: flac_stat.patch
Type: application/octet-stream
Size: 347 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20140409/f227829b/attachment.obj 


More information about the flac-dev mailing list