11 Mar
2023
11 Mar
'23
3:40 p.m.
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(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 ``` Thank you for teaching me the fact that this style of comment isn't in C89.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2376#note_26723