10 Dec
2022
10 Dec
'22
6:25 p.m.
When .so module initialization was moved from ntdll to winecrt0 with commit bef09697227c29f53bb0ad95232399cbba5c9c6b we lost a number of include files. This broke FreeBSD-specific code that used BOOL, TRUE, and FALSE. Fix that by using poor man's int, 1, and 0 instead. -- This merge request has too many patches to be relayed via email. Please visit the URL below to see the contents of the merge request. https://gitlab.winehq.org/wine/wine/-/merge_requests/1767