search for: win_utf_io

Displaying 2 results from an estimated 2 matches for "win_utf_io".

Did you mean: win_utf8_io
2014 Sep 12
2
win_utf8_io, print_console and uint32_t
Currently it is required to include share/compat.h before inclusion of share/win_utf8_io.h. That's because of print_console() declaration: its 3rd argument have type 'uint32_t' which is defined in share/compat.h. So share/win_utf8_io.h depends on share/compat.h which in turn includes share/win_utf8_io.h. Not a problem but it's a bit ugly imho. Actually, the 3rd argument of
2015 Aug 08
1
[PATCH] always call FreeLibrary()
...FreeLibrary() if it returns an error. Currently both flac.exe and metaflac.exe exit immediately if get_utf8_argv() fails, so it's not a big problem. But IMHO it's better no to have leaked resources anyway. -------------- next part -------------- A non-text attachment was scrubbed... Name: win_utf_io.patch Type: application/octet-stream Size: 1407 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20150808/ea501fdf/attachment.obj