Fix support for Windows XP and up (#13904)
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#define WINDOWS_TICK 10000000ULL
|
||||
#define UNIX_EPOCH_OFFSET_SEC 11644473600ULL
|
||||
|
||||
typedef void(WINAPI *pfnGetSystemTimePreciseAsFileTime)(FILETIME *);
|
||||
typedef void (WINAPI *pfnGetSystemTimePreciseAsFileTime)(FILETIME *);
|
||||
|
||||
void SDL_GetSystemTimeLocalePreferences(SDL_DateFormat *df, SDL_TimeFormat *tf)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user