and now it should really build

svn path=/trunk/; revision=12994
This commit is contained in:
Steven Edwards 2005-01-12 20:30:04 +00:00
parent 8a991b772f
commit f68079aff3

View file

@ -266,8 +266,8 @@ int gettimeofday(struct timeval *tv, struct timezone *tz)
if (tv)
{
GetSystemTimeAsFileTime(&ft);
li.LowPart = ft.dwLowDateTime;
li.HighPart = ft.dwHighDateTime;
//li.LowPart = ft.dwLowDateTime;
//li.HighPart = ft.dwHighDateTime;
t = li.QuadPart; /* In 100-nanosecond intervals */
t -= EPOCHFILETIME; /* Offset to the Epoch time */
t /= 10; /* In microseconds */