Re: Bug 24018 which appears to be a showstopper for running Cygwin on Wine

2013-07-05 Thread Alan W. Irwin
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

Re: po: Update Simplified Chinese translation. (newer)

2013-07-05 Thread Jactry Zeng
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

Re: po: Update Simplified Chinese translation. (newer)

2013-07-05 Thread Qian Hong
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

Re: po: Update Simplified Chinese translation. (newer)

2013-07-05 Thread 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 device" maps to eCommunications.

Re: po: Update Simplified Chinese translation. (newer)

2013-07-05 Thread Qian Hong
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

Re: [PATCH] windowscodecs/tests: Fix a test failure [newwtb and other]

2013-07-05 Thread Dmitry Timoshkov
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