https://bugs.winehq.org/show_bug.cgi?id=38409
--- Comment #42 from sl1pkn07 sl1pkn07@gmail.com --- Thanks for the patch
but fail in build:
gcc -m64 -c -o mci.o ../../../wine/dlls/winmm/mci.c -I. -I../../../wine/dlls/winmm -I../../include \ -I../../../wine/include -D__WINESRC__ -D_WINMM_ -D_REENTRANT -fPIC -Wall -pipe \ -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers \ -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla \ -Wwrite-strings -Wpointer-arith -Wlogical-op -D_FORTIFY_SOURCE=2 -march=native -O2 -pipe -fstack-protector-strong -fno-plt -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 ../../../wine/dlls/winex11.drv/systray.c: In function 'notify_owner': ../../../wine/dlls/winex11.drv/systray.c:422:13: error: 'struct tray_icon' has no member named 'version' if (icon->version >= NOTIFY_VERSION_4) ^~ ../../../wine/dlls/winex11.drv/systray.c: In function 'tray_icon_wndproc': ../../../wine/dlls/winex11.drv/systray.c:493:17: error: 'struct tray_icon' has no member named 'version' if (icon->version > 0) notify_owner( icon, NIN_SELECT, lparam ); ^~ ../../../wine/dlls/winex11.drv/systray.c:498:17: error: 'struct tray_icon' has no member named 'version' if (icon->version > 0) notify_owner( icon, WM_CONTEXTMENU, lparam ); ^~ ../../../wine/dlls/winex11.drv/systray.c: In function 'wine_notify_icon': ../../../wine/dlls/winex11.drv/systray.c:865:17: error: 'struct tray_icon' has no member named 'version' icon->version = data->u.uVersion; ^~ make[1]: *** [Makefile:490: systray.o] Error 1
greetings