10 Dec
2022
10 Dec
'22
10:23 p.m.
When .so module initialization was moved from ntdll to winecrt0 with commit bef09697 we lost a number of include files. FreeBSD-specific code in dll_soinit.c uses offsetof(), so include <stddef.h>. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1770