On 2013-07-01 20:08-0700 Austin English wrote:
In other words, while fixing Cygwin issues is a valuable effort, it
takes a lot of time and effort that is better spent elsewhere.
Hi Austin:
I agree that fixing Cygwin on Wine issues will take some considerable
initial effort learning about Cygw
2013/7/5 Andrew Eikum
>
> It comes basically from the ERole enumeration in MMDevAPI:
>
http://msdn.microsoft.com/en-us/library/windows/desktop/dd370842%28v=vs.85%29.aspx
>
> The "Input device" maps to eConsole (and eMultimedia, which is
> identical to eConsole in modern Windows). The "Voice input
On Fri, Jul 5, 2013 at 11:49 PM, Andrew Eikum wrote:
> It comes basically from the ERole enumeration in MMDevAPI:
> http://msdn.microsoft.com/en-us/library/windows/desktop/dd370842%28v=vs.85%29.aspx
>
> The "Input device" maps to eConsole (and eMultimedia, which is
> identical to eConsole in moder
It comes basically from the ERole enumeration in MMDevAPI:
http://msdn.microsoft.com/en-us/library/windows/desktop/dd370842%28v=vs.85%29.aspx
The "Input device" maps to eConsole (and eMultimedia, which is
identical to eConsole in modern Windows). The "Voice input device"
maps to eCommunications.
Hi Andrew,
While discussing the translation of 'Voice output device' and 'Voice
input device' in winecfg, Jactry and I have no idea what does 'voice'
mean here.
Voice could be translated to both '声音‘ and '语音' in Chinese, the former
means all kinds of sound, the latter means human voice only, whic
Detlef Riekenberg wrote:
> -/* global palette */
> +/* global palette. This succeed since win7sp1 with platform update /
> win8 */
This comment is not helpful.
> hr = IWICBitmapDecoder_CopyPalette(decoder, palette);
> -ok(hr == WINCODEC_ERR_FRAMEMISSING,
> - "expected WI