On Fri Oct 3 10:30:47 2025 +0000, Marc-Aurel Zent wrote:
changed this line in [version 2 of the diff](/wine/wine/-/merge_requests/9090/diffs?diff_id=214154&start_sha=62d2baa3f3185f1e4c6fcc7a018c8863432a2477#584f4313ed133393a8f1903c21dcaf4967ba7ab9_429_428)
I wanted to avoid forward declaring get_host_page_vprot and get_unix_prot, but maybe that was not worth the effort.
And indeed if we wanted to build a 32-bit unix side on older OSX versions !_WIN64 would be relevant here.
I changed it in v2 to use the existing implementation, which is probably cleaner all in all (hopefully).