Dominick Meglio's fix to make our private gettimeofday() use the ares_

namespace
This commit is contained in:
Daniel Stenberg
2004-01-04 12:19:06 +00:00
parent a0edfb90c2
commit 9ebe4ab60c
2 changed files with 13 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ strcasecmp(const char *a, const char *b)
}
int
gettimeofday(struct timeval *tv, struct timezone *tz)
ares_gettimeofday(struct timeval *tv, struct timezone *tz)
{
FILETIME ft;
LARGE_INTEGER li;