mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-07 22:20:05 +02:00
Forgotten macros
This commit is contained in:
@@ -257,7 +257,7 @@ g_timer_elapsed (GTimer *timer,
|
||||
|
||||
if (microseconds)
|
||||
*microseconds = (elapsed / 10) % 1000000;
|
||||
#elif HAVE_CLOCK_GETTIME
|
||||
#elif USE_CLOCK_GETTIME
|
||||
if (timer->active)
|
||||
GETTIME (timer->end);
|
||||
|
||||
|
Reference in New Issue
Block a user