Skip to content

win32: use a faster perfomance clock in the normal case

Steve Lhomme requested to merge robUx4/vlc:win32-quick-date into master

We don't need an expensive vlc_tick_from_frac()/lldiv() in the normal case. In this variant, the read value is simplify divided by 10.

  • remove unused headers elsewhere (no need for a big MR for that)
Edited by Steve Lhomme

Merge request reports