win32: simplify the clock selection on startup
No need to do a fake call to vlc_threads_setup() every time the vlc_tick_now() is called early.
mdate_wall provides a wall clock that can be used without initialization.
Plus some misc code cleaning of clock/thread related code.