]> git.sesse.net Git - vlc/commit
WinCE: implement timer API
authorPierre Ynard <linkfanel@yahoo.fr>
Thu, 13 Aug 2009 14:54:10 +0000 (16:54 +0200)
committerPierre Ynard <linkfanel@yahoo.fr>
Thu, 13 Aug 2009 14:54:10 +0000 (16:54 +0200)
commit9ffe410637ec60e9e478fe19e8d8b22b310605a9
treef855fffb6b3848a04070598a0edb262170aabe9d
parentd4f1ab806804069bc9dae48821fa3051a61d8198
WinCE: implement timer API

The Timer Queue Windows API is not available on WinCE, so this is a
rewrite based on timeSetEvent() and friends. It's not safe yet with
regard to timer deletion.
src/misc/w32thread.c