27 Feb
2023
27 Feb
'23
2:35 p.m.
Jacek Caban (@jacek) commented about dlls/winewayland.drv/Makefile.in:
MODULE = winewayland.drv +UNIXLIB = winewayland.so
C_SRCS = \ dllmain.c \ + waylanddrv_main.c \ The usual practice in Wine is to have fewer source files rather than more. I'd suggest merging waylanddrv_main.c and wayland_mutex.c into wayland.c or something along those lines.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2275#note_25596