mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-08-02 05:28:55 +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.