mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
Use %lu format for DWORD
This commit is contained in:
parent
5eededccda
commit
c4b5702e08
@ -2714,7 +2714,7 @@ g_get_monotonic_time (void)
|
||||
if (QueryPerformanceCounter (&ticks))
|
||||
return (gint64)(ticks.QuadPart * g_monotonic_usec_per_tick);
|
||||
|
||||
g_warning ("QueryPerformanceCounter Failed (%d)", GetLastError ());
|
||||
g_warning ("QueryPerformanceCounter Failed (%lu)", GetLastError ());
|
||||
g_monotonic_usec_per_tick = 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user