mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-13 23:23:54 +00:00
GetSystemTimePreciseAsFileTime is only available on Win8/Server 2012 or higher, so it must be dynamically loaded and only used if available. Fixes compatability with Win7 and XP.