[glib] GetTickCount64 is a __stdcall function
- From: Руслан Ижбулатов <ruslanizhb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] GetTickCount64 is a __stdcall function
- Date: Thu, 1 Jun 2017 11:01:40 +0000 (UTC)
commit b4ee4628d9133556fae8144d8e5454346d23cabc
Author: Руслан Ижбулатов <lrn1986 gmail com>
Date: Fri Apr 14 07:29:05 2017 +0000
GetTickCount64 is a __stdcall function
https://bugzilla.gnome.org/show_bug.cgi?id=781301
glib/gmain.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gmain.c b/glib/gmain.c
index 139d696..90800ca 100644
--- a/glib/gmain.c
+++ b/glib/gmain.c
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]