Skip to content

win32: dynamically pick GetSystemTimePreciseAsFileTime

Steve Lhomme requested to merge robUx4/vlc:win32-precise-time into master

Even in Win7 builds we can use it if it's available on the system.


v2:

  • call directly GetSystemTimePreciseAsFileTime() on Win8+, it's also available in Win10 UWP builds
Edited by Steve Lhomme

Merge request reports