mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-19 12:11:57 +02: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
|
* Since: 2.28
|
||||||
**/
|
**/
|
||||||
#if defined (G_OS_WIN32)
|
#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;
|
static guint32 g_win32_tick_epoch = 0;
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user