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