Bruno,
On 01/29/2014 02:27 AM, Bruno Jesus wrote:
we're getting rid of "? TRUE : FALSE" constructs in Wine as those are ugly and confusing.
In this case a "return LoadStringW() != 0;" or even "> 0" is better as LoadString returns 0 on failure and a string length on success.
bye michael
On Wed, Jan 29, 2014 at 7:48 AM, Michael Stefaniuc mstefani@redhat.com wrote:
Oops, sorry.
In this case a "return LoadStringW() != 0;" or even "> 0" is better as LoadString returns 0 on failure and a string length on success.
Thank you, I'll resend when I get home.
bye michael
Best wishes, Bruno