[PATCH] gdi32: Reformat some strings to improve readability

Michael Stefaniuc mstefani at mykolab.com
Mon Apr 1 05:01:38 CDT 2019


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



More information about the wine-devel mailing list