url: rename function due to name-clash in Watt-32

Since the commit 764c958c52, there was a new function called
resolve_ip(). This clashes with an internal function in Watt-32.

Closes #9585
This commit is contained in:
Gisle Vanem 2022-09-24 20:58:09 +02:00 коммит произвёл Daniel Stenberg
Родитель 5c0d02b7a7
Коммит 2481dbe5f4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 5CC908FDB71E12C2
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -519,6 +519,9 @@
# ifdef byte
# undef byte
# endif
# ifdef resolve_ip
# undef resolve_ip
# endif
# endif /* MSDOS */