vlc/src/win32
Steve Lhomme b5dd37dd22 win32: use CreateThread instead of _beginthreadex in winstore builds
_beginthreadex is forbidden. We already used CreateThread in such builds via
winstorecompat.

Modify the code to avoid casting when not needed.

(cherry picked from commit f9bfd84b2e) (rebased)

rebased:
- vlc_control_cancel has different parameters in this branch

Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
2020-06-19 08:11:45 +02:00
..
dirs.c win32: dirs: Fix winstore build 2017-11-17 10:23:19 +01:00
error.c win32: implement vlc_strerror and vlc_strerror_c 2013-12-29 15:36:02 +02:00
filesystem.c Remove old mail address from sources 2019-09-04 22:12:12 +03:00
mta_holder.h win32: Add a vlc_mta_holder 2017-06-26 13:26:31 +02:00
netconf.c win32: undo double encoding 2018-02-08 21:56:37 +02:00
plugin.c core: WINAPI should be set on the pointer 2017-02-14 22:57:26 +01:00
rand.c win32: fix spelling mistakes 2016-04-02 18:11:52 +03:00
specific.c win32: gather multimedia timer initialization 2017-06-18 16:49:43 +03:00
thread.c win32: use CreateThread instead of _beginthreadex in winstore builds 2020-06-19 08:11:45 +02:00
timer.c win32: use default timers back-end on WinRT (fixes #17417) 2016-09-20 19:14:53 +03:00
winsock.c win32: fix spelling mistakes 2016-04-02 18:11:52 +03:00