mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
libs/vkd3d: Set names for internal threads.
Signed-off-by: Józef Kucia <jkucia@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
committed by
Alexandre Julliard
parent
cc8c0135a1
commit
89a2dc46dd
@@ -7,3 +7,10 @@ AC_LINK_IFELSE([AC_LANG_SOURCE([int main(void) { return [$3]; }])],
|
||||
[1],
|
||||
[Define to 1 if you have $2.])],
|
||||
[AC_MSG_RESULT([no])])])
|
||||
|
||||
dnl VKD3D_CHECK_LIB_FUNCS
|
||||
AC_DEFUN([VKD3D_CHECK_LIB_FUNCS],
|
||||
[vkd3d_libs_saved="$LIBS"
|
||||
LIBS="$LIBS $2"
|
||||
AC_CHECK_FUNCS([$1], [$3], [$4])
|
||||
LIBS="$vkd3d_libs_saved"])
|
||||
|
Reference in New Issue
Block a user