From f96204dbe08d5800453d54aec4dc282f1301f834 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 18 May 2009 15:49:32 +0000 Subject: Remove run-time requirement for advapi32.dll since c-ares can work even with no advapi32.dll at all. --- ares/ares_strerror.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ares/ares_strerror.c') diff --git a/ares/ares_strerror.c b/ares/ares_strerror.c index 6ded90da0..6d291ee63 100644 --- a/ares/ares_strerror.c +++ b/ares/ares_strerror.c @@ -45,7 +45,6 @@ const char *ares_strerror(int code) "Given hostname is not numeric", "Illegal hints flags specified", "Error loading iphlpapi.dll", - "Error loading advapi32.dll", "Could not find GetNetworkParams function" }; -- cgit v1.2.3