From 2481dbe5f4f581a3556b56cdc5a6d46be35e827d Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Sat, 24 Sep 2022 20:58:09 +0200 Subject: 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 --- lib/curl_setup.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') 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 */ -- cgit v1.2.1