https://bugs.winehq.org/show_bug.cgi?id=49514
--- Comment #4 from Bernhard Rosenkränzer bero@lindev.ch --- Created attachment 67649 --> https://bugs.winehq.org/attachment.cgi?id=67649 Fix for issue remaining after applying 3f3a05f91c...
The patch from Comment 2 is not sufficient to fix the build in OpenMandriva, but it reduces the problem to what seems to be a simple typo.
With the patch from Comment 2 + the patch I'm attaching, the problem is fixed here as well.
In file included from /home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xaudio2_7/tests/xact.c:27: /home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xaudio2_7/tests/xact.c: In function ‘test_global_properties’: /home/bero/temp/abf/wine/BUILD/wine-5.12/include/xact3.h:682:65: error: ‘const struct IXACT3EngineVtbl’ has no member named ‘Initialze’; did you mean ‘Initialize’? 682 | #define IXACT3Engine_Initialize(p,a) (p)->lpVtbl->Initialze(p,a) | ^~~~~~~~~ /home/bero/temp/abf/wine/BUILD/wine-5.12/include/xact3.h:682:65: note: in definition of macro ‘IXACT3Engine_Initialize’ 682 | #define IXACT3Engine_Initialize(p,a) (p)->lpVtbl->Initialze(p,a) | ^~~~~~~~~ make[1]: *** [Makefile:185: xact.cross.o] Error 1