From 2c9c9e92fddea12fe07e4fd7ab43499369f24d3c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 4 Jan 2004 12:19:06 +0000 Subject: Dominick Meglio's fix to make our private gettimeofday() use the ares_ namespace --- windows_port.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows_port.c') diff --git a/windows_port.c b/windows_port.c index 215c130..fa4adc5 100644 --- a/windows_port.c +++ b/windows_port.c @@ -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; -- cgit v1.2.3