summaryrefslogtreecommitdiff
path: root/ares_strerror.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-05-18 15:49:32 +0000
committerYang Tse <yangsita@gmail.com>2009-05-18 15:49:32 +0000
commit757642f6756e5dc6b48082d1661758012e28db69 (patch)
tree152a66fad39e0c2a78f0e78d5faa3dfc51b910c5 /ares_strerror.c
parentb677ff3d15f3a26b185e89f15dee45bbd125902d (diff)
downloadc-ares-757642f6756e5dc6b48082d1661758012e28db69.tar.gz
c-ares-757642f6756e5dc6b48082d1661758012e28db69.tar.bz2
c-ares-757642f6756e5dc6b48082d1661758012e28db69.zip
Remove run-time requirement for advapi32.dll since
c-ares can work even with no advapi32.dll at all.
Diffstat (limited to 'ares_strerror.c')
-rw-r--r--ares_strerror.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ares_strerror.c b/ares_strerror.c
index 6ded90d..6d291ee 100644
--- a/ares_strerror.c
+++ b/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"
};