[PATCH 0/767] MR1767: winecrt0: Avoid predefined BOOL in get_relocbase
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
This merge request was closed by Gerald Pfeifer. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1767
This request came from a bad local tree it seems. I am resetting my entire gitlab environment to hopefully prepare a clean submission. If you can use the "winecrt0: Avoid predefined BOOL in get_relocbase" already as is, that'd be cool, of course. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1767#note_19397
participants (1)
-
Gerald Pfeifer (@gerald)