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.
Showing
Please register or sign in to comment
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.