configure: Use AC_CHECK_FUNCS to define HAVE_GETTID
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:
Merge request reports
Activity
added 9 commits
-
bb9af3a4...62f18f74 - 8 commits from branch
wine:master
- cca03d1c - configure: Use AC_CHECK_FUNCS to define HAVE_GETTID.
-
bb9af3a4...62f18f74 - 8 commits from branch
Please register or sign in to reply