Sure. Alistair already made one [1].

[1] https://gitlab.winehq.org/wine/wine/-/merge_requests/5765

On 5/31/24 1:42 PM, Michael Dluhosch wrote:
Hi Nikolay,

Okay Thanks. So if the application will work with those Macros I can create a pull request to add them?

Am Do., 30. Mai 2024 um 21:33 Uhr schrieb Nikolay Sivov <nsivov@codeweavers.com>:
On 5/30/24 9:22 PM, Michael Dluhosch wrote:
> Hi,
>
> is there a reason why this macro
> https://learn.microsoft.com/en-us/windows/win32/api/commctrl/nf-commctrl-treeview_setcheckstate
> is not defined in the wine version of commctrl.h?
> I currently try to compile windows sources with winegcc which need
> this macro.
>
> Kind Regards
> Michael

Hi, Michael.

There is no reason we can't have it in our header. We don't use those
macros in wine code because of SendMessage, instead we always use
explicit -A or -W functions, and explicit types. that's one of the
reason those macros might be missing or broken.