<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
On 19.4.2017 11.40, Erik de Castro Lopo wrote:<br>
<blockquote type="cite"
cite="mid:20170419184058.dd4071a5ee47a486dc7bb299@mega-nerd.com">
<pre wrap="">Hi all,
Anyone know anything about Windows Universal Platform? Someone raised
an issue on github:
<a class="moz-txt-link-freetext" href="https://github.com/xiph/flac/issues/32">https://github.com/xiph/flac/issues/32</a>
The `flac_max`/`flac_min` issue is resolved, but the WUP one is not.
Cheers,
Erik
</pre>
</blockquote>
<br>
<p>No experience of UWP here but the unicode stuff is only meant for
the command line FLAC frontend. It should be excluded entirely on
UWP. I found some defines on
<a class="moz-txt-link-freetext" href="https://msdn.microsoft.com/en-us/library/mt186162.aspx">https://msdn.microsoft.com/en-us/library/mt186162.aspx</a> that should
be useful.</p>
<p>The Windows UTF8 helper stuff should probably only be included
when either none of these new defines are present or only <span
style="color:Blue;"></span>WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
is defined.<br>
</p>
</body>
</html>