mirror of https://github.com/mpv-player/mpv
7558d1ed7b
libwaio was added due to the complete inability to cancel synchronous
I/O cleanly using the public Windows API in Windows XP. Even calling
TerminateThread on the thread performing I/O was a bad solution, because
the TerminateThread function in XP would leak the thread's stack.
In Vista and up, however, this is no longer a problem. CancelIoEx can
cancel synchronous I/O running on other threads, allowing the thread to
exit cleanly, so replace libwaio usage with native Vista API functions.
It should be noted that this change also removes the hack added in
|
||
---|---|---|
.. | ||
lib/Parse | ||
lua | ||
osxbundle/mpv.app/Contents | ||
vf_dlopen | ||
dylib-unhell.py | ||
file2string.pl | ||
gen-x11-icon.sh | ||
idet.sh | ||
matroska.pl | ||
mpv_identify.sh | ||
old-configure | ||
old-makefile | ||
osxbundle.py | ||
stats-conv.py | ||
umpv | ||
uncrustify.cfg | ||
zsh.pl |