18 Dec
2023
18 Dec
'23
10:20 a.m.
`VKD3D_CHECK_FUNC` does not use a fake prototype (`char gettid(void);`) and does not include `<unistd.h>`. It always fails with Clang 16 and GCC 14 and other compilers which do not support implicit function declarations. Related to: * https://fedoraproject.org/wiki/Changes/PortingToModernC * https://fedoraproject.org/wiki/Toolchain/PortingToModernC -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/528