1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00
svn path=/trunk/timing/; revision=5492
This commit is contained in:
brendan 2003-10-20 16:32:55 +00:00
parent 2bfba7c60a
commit ff15b29177

View File

@ -42,7 +42,7 @@ uint64_t timing_get_time(void)
struct timeb t;
ftime(&t);
return t.time * 1000 + t.millitm)
return t.time * 1000 + t.millitm;
#else
return timeGetTime();
#endif