https://bugs.winehq.org/show_bug.cgi?id=57389
--- Comment #3 from cqwrteur euloanty@live.com --- /home/cqwrteur/toolchains_build/wine/dlls/comctl32/button.c:1006:29: error: use of undeclared identifier 'UIA_ToggleToggleStatePropertyId' 1006 | NotifyWinEvent( UIA_ToggleToggleStatePropertyId, hWnd, OBJID_CLIENT, 0 ); | ^ clang -D__STDC__ -c -o dlls/comctl32/x86_64-windows/commctrl.o /home/cqwrteur/toolchains_build/wine/dlls/comctl32/commctrl.c -Idlls/comctl32 \ -I/home/cqwrteur/toolchains_build/wine/dlls/comctl32 -Iinclude \ -I/home/cqwrteur/toolchains_build/wine/include \ -I/home/cqwrteur/toolchains_build/wine/include/msvcrt -D_UCRT -D__WINESRC__ -D_COMCTL32_ \ -D__WINE_PE_BUILD -Wall -target x86_64-windows -fuse-ld=lld --no-default-config \ -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \ -Wno-pragma-pack -Wno-microsoft-enum-forward-reference -Wstrict-prototypes -Wtype-limits \ -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wabsolute-value \ -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -g -O2 /home/cqwrteur/toolchains_build/wine/dlls/comctl32/button.c:1045:29: error: use of undeclared identifier 'UIA_ExpandCollapseExpandCollapseStatePropertyId' 1045 | NotifyWinEvent( UIA_ExpandCollapseExpandCollapseStatePropertyId, hWnd, OBJID_CLIENT, 0 ); | ^ /home/cqwrteur/toolchains_build/wine/dlls/comctl32/button.c:1049:29: error: use of undeclared identifier 'UIA_ExpandCollapseExpandCollapseStatePropertyId' 1049 | NotifyWinEvent( UIA_ExpandCollapseExpandCollapseStatePropertyId, hWnd, OBJID_CLIENT, 0 ); | ^ 3 errors generated. make: *** [Makefile:28299: dlls/comctl32/x86_64-windows/button.o] Error 1 make: *** Waiting for unfinished jobs.... wine build failure Another one