mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 00:06:24 +01:00
GetTickCount64 is a __stdcall function
https://bugzilla.gnome.org/show_bug.cgi?id=781301
This commit is contained in:
parent
d1d60fc846
commit
b4ee4628d9
@ -2680,7 +2680,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…
Reference in New Issue
Block a user