@ -1393,6 +1393,7 @@ HAVE_LIST="
sched_getaffinity
sched_getaffinity
sdl
sdl
sdl_video_size
sdl_video_size
SetConsoleTextAttribute
setmode
setmode
setrlimit
setrlimit
Sleep
Sleep
@ -3648,6 +3649,7 @@ check_func_headers windows.h GetProcessAffinityMask
check_func_headers windows.h GetProcessTimes
check_func_headers windows.h GetProcessTimes
check_func_headers windows.h GetSystemTimeAsFileTime
check_func_headers windows.h GetSystemTimeAsFileTime
check_func_headers windows.h MapViewOfFile
check_func_headers windows.h MapViewOfFile
check_func_headers windows.h SetConsoleTextAttribute
check_func_headers windows.h Sleep
check_func_headers windows.h Sleep
check_func_headers windows.h VirtualAlloc
check_func_headers windows.h VirtualAlloc
check_func_headers glob.h glob
check_func_headers glob.h glob
@ -3685,7 +3687,7 @@ if ! disabled vda && ! enabled ppc; then
fi
fi
if ! disabled w32threads && ! enabled pthreads; then
if ! disabled w32threads && ! enabled pthreads; then
check_func _beginthreadex && enable w32threads
check_func_headers "windows.h process.h" _beginthreadex && enable w32threads
fi
fi
# check for some common methods of building with pthread support
# check for some common methods of building with pthread support