11 Mar
2023
11 Mar
'23
3:22 p.m.
On Sat, Mar 11, 2023 at 1:26 PM Daniel Tang <wine(a)gitlab.winehq.org> wrote:
From: Daniel Tang <danielzgtg.opensource(a)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