On Sat Mar 11 15:23:10 2023 +0000, **** wrote:
Jactry Zeng replied on the mailing list:
On Sat, Mar 11, 2023 at 1:26 PM Daniel Tang <wine@gitlab.winehq.org> wrote: > > From: Daniel Tang <danielzgtg.opensource@gmail.com> > > > +HRESULT WINAPI comments(const WCHAR *name, UINT16 major, BOOL *result) > +{ > + // For some reason MS Office crashes if a logging statement is added here This is interesting, but I think it will be better to dig a little bit deeper and figure out its root. Other than that, please use C89 standard comments. Thanks
Thank you for teaching me the fact that this style of comment isn't in C89.