You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
295 B

Dirty quick fix for implicit function check, VKD3D_CHECK_FUNC is
unsuitable to handle it.
Update: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/528
--- a/configure
+++ b/configure
@@ -18656,2 +18656,3 @@
/* end confdefs.h. */
+#include <unistd.h>
int main(void) { return gettid(); }