Re: [Mingw-w64-public] [PATCH] headers: Remove trailing commas from enumerator lists and initializer lists

2025-03-11 Thread Martin Storsjö
On Fri, 28 Feb 2025, LIU Hao wrote: Except the first hunk for wiadef.h, all changes seem to be enumerator lists, and none of these files seem to be generated, which can be examined with git show --color-words=. git log $(git show --numstat | grep -Eo 'include/.*$') Ok // Martin

Re: [Mingw-w64-public] [PATCH] headers: Remove trailing commas from enumerator lists and initializer lists

2025-03-11 Thread LIU Hao
在 2025-3-11 20:38, Martin Storsjö 写道: On Fri, 28 Feb 2025, LIU Hao wrote: Except the first hunk for wiadef.h, all changes seem to be enumerator lists, and none of these files seem to be generated, which can be examined with   git show --color-words=.   git log $(git show --numstat | grep -Eo

[Mingw-w64-public] [PATCH] headers: Remove trailing commas from enumerator lists and initializer lists

2025-02-28 Thread LIU Hao
Except the first hunk for wiadef.h, all changes seem to be enumerator lists, and none of these files seem to be generated, which can be examined with git show --color-words=. git log $(git show --numstat | grep -Eo 'include/.*$') -- Best regards, LIU Hao From 9132cf3c33d9b58c1abb41cae

Re: [Mingw-w64-public] [PATCH] headers: Remove trailing commas from enumerator lists

2025-02-28 Thread LIU Hao
在 2025-02-28 20:54, Martin Storsjö 写道: In general, I think this is safe - however, are some of these headers ones that are autogenerated from IDL sources? In that case, we should fix the IDL (and possibly the upstream version in Wine) first. In the following files, there seem to be changes tha

Re: [Mingw-w64-public] [PATCH] headers: Remove trailing commas from enumerator lists

2025-02-28 Thread Martin Storsjö
On Sun, 16 Feb 2025, LIU Hao wrote: -- In general, I think this is safe - however, are some of these headers ones that are autogenerated from IDL sources? In that case, we should fix the IDL (and possibly the upstream version in Wine) first. In the following files, there seem to be change