mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 03:02:10 +01:00
GetTickCount64 is a __stdcall function
https://bugzilla.gnome.org/show_bug.cgi?id=781301
This commit is contained in:
parent
f67e0e5f46
commit
bf96a247a4
@ -2677,7 +2677,7 @@ g_get_real_time (void)
|
||||
* Since: 2.28
|
||||
**/
|
||||
#if defined (G_OS_WIN32)
|
||||
static ULONGLONG (*g_GetTickCount64) (void) = NULL;
|
||||
static ULONGLONG (WINAPI *g_GetTickCount64) (void) = NULL;
|
||||
static guint32 g_win32_tick_epoch = 0;
|
||||
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user