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 was closed by Gerald Pfeifer.
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.