]> git.sesse.net Git - vlc/commit
WinCE: switch back vlc_thread_t to an allocated struct
authorPierre Ynard <linkfanel@yahoo.fr>
Thu, 13 Aug 2009 11:21:09 +0000 (13:21 +0200)
committerPierre Ynard <linkfanel@yahoo.fr>
Thu, 13 Aug 2009 11:21:09 +0000 (13:21 +0200)
commit685788f5446af4c90d17e600d5cff647eb4821ad
tree4b6a4c51725f16f7baeae267f18eddf20d70a1bd
parent9ee093515ab379c5215e243b07563a9e8f5fb40d
WinCE: switch back vlc_thread_t to an allocated struct

WinCE needs the cancellation event handle along with the thread handle,
so we have to switch back to a struct on WinCE. Which causes great
ugliness. Fix the build with the recent changes, and simplify some
related Win32 code.
include/vlc_threads.h
src/misc/threads.c
src/misc/w32thread.c