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