summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@yahoo.no>2022-09-24 20:58:09 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-09-26 13:20:49 +0200
commit2481dbe5f4f581a3556b56cdc5a6d46be35e827d (patch)
treeec4a9288025b049ec75ad833b29d00beb390139b /lib
parent5c0d02b7a7e31ca49c71a7512381686a94ae1cd7 (diff)
downloadcurl-2481dbe5f4f581a3556b56cdc5a6d46be35e827d.tar.gz
url: rename function due to name-clash in Watt-32
Since the commit 764c958c52edb427f39, there was a new function called resolve_ip(). This clashes with an internal function in Watt-32. Closes #9585
Diffstat (limited to 'lib')
-rw-r--r--lib/curl_setup.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/curl_setup.h b/lib/curl_setup.h
index 03a6afc4f..eb3625908 100644
--- a/lib/curl_setup.h
+++ b/lib/curl_setup.h
@@ -519,6 +519,9 @@
# ifdef byte
# undef byte
# endif
+# ifdef resolve_ip
+# undef resolve_ip
+# endif
# endif /* MSDOS */