Forgotten macros

This commit is contained in:
Matthias Clasen
2006-09-03 03:49:38 +00:00
parent e1ac935e44
commit 51453eab5d
2 changed files with 5 additions and 1 deletions

View File

@@ -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);