From: Alexandre Julliard Subject: Re: [PATCH] gdi32: Reformat some strings to improve readability Message-Id: <87sgumjt8k.fsf@wine> Date: Sat, 13 Apr 2019 08:48:27 +0200 In-Reply-To: <201cc9ef-1e69-2e98-7282-455c26e7ba8f@winehq.org> (Michael Stefaniuc's message of "Fri, 12 Apr 2019 21:19:31 +0200") References: <20190401073518.27827-1-mstefani@winehq.org> <2f257bee-0bbf-0322-94a8-a8245cd258bb@codeweavers.com> <201cc9ef-1e69-2e98-7282-455c26e7ba8f@winehq.org> Michael Stefaniuc 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@winehq.org