mirror of
https://github.com/curl/curl.git
synced 2026-07-28 09:53:06 +03:00
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:
parent
5c0d02b7a7
commit
2481dbe5f4
1 changed files with 3 additions and 0 deletions
|
|
@ -519,6 +519,9 @@
|
||||||
# ifdef byte
|
# ifdef byte
|
||||||
# undef byte
|
# undef byte
|
||||||
# endif
|
# endif
|
||||||
|
# ifdef resolve_ip
|
||||||
|
# undef resolve_ip
|
||||||
|
# endif
|
||||||
|
|
||||||
# endif /* MSDOS */
|
# endif /* MSDOS */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue