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:
Родитель
5c0d02b7a7
Коммит
2481dbe5f4
|
@ -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 */
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче