From: Michael Stefaniuc Subject: Re: [PATCH] gdi32: Reformat some strings to improve readability Message-Id: <843ebd7dabc01ed61644180e15bc3eb3@mykolab.com> Date: Mon, 01 Apr 2019 12:01:38 +0200 In-Reply-To: <72dc986c-da94-ecc2-1d2b-ec779d6558d8@codeweavers.com> References: <20190401073518.27827-1-mstefani@winehq.org> <72dc986c-da94-ecc2-1d2b-ec779d6558d8@codeweavers.com> On 2019-04-01 09:45, Zhiyi Zhang wrote: > u"string" syntax is C++11. I think c89 is the standard we want to use. C11 has it too. And no, Wine is not adhering to the C89 standard. It uses the C features that make sense and that are supported by the compilers. E.g. we already use designated initializers and in the past I've been stumbling across compound literals too. bye michael