[PATCH] gdi32: Reformat some strings to improve readability

Alexandre Julliard julliard at winehq.org
Sat Apr 13 01:48:27 CDT 2019


Michael Stefaniuc <mstefani at winehq.org> writes:

> Hello Jacek,
>
> On 4/12/19 5:07 PM, Jacek Caban wrote:
>> On 4/1/19 9:35 AM, Michael Stefaniuc wrote:
>> - Recent and future C compilers should support u"", so we only need to
>> worry about old ones.
> The only known blocker is the mingw used on winehq.org to build the
> winetest.exe.
> As Alexandre works on the cross compile stuff I was hoping he'll have to
> upgrade that one anyway.

Rather than converting everything over to u"", I'd prefer that we find
ways to use L"".

For instance, I'm currently working on building more modules with
MSVCRT, and converting them to use wchar functions instead of
unicode.h. Such modules could be built with -fshort-wchar. Ultimately
this would hopefully cover a large fraction of the code base.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list