[PATCH 1/3] riched20: Use codepage in ME_ToUnicode.

Jactry Zeng jactry92 at gmail.com
Tue Sep 3 21:58:32 CDT 2013


Hi Phil,

2013/9/4 Phil Krylov <phil at newstar.rinet.ru>
>
> Hello,
>
> >-        ME_EndToUnicode(unicode, wszText);
> >+        unicode ? ME_EndToUnicode(1200, wszText) :
ME_EndToUnicode(CP_ACP, wszText);
>
> Personally I dislike this stuff in C code. Especially when you could
> make it shorter:
>
> ME_EndToUnicode(unicode ? 1200 : CP_ACP, wszText)

Thanks for your review and comment, I will try it again.
>
> -- Ph.
>
>



--
Regards,
Jactry Zeng
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20130904/68f3a3f4/attachment.html>


More information about the wine-devel mailing list