mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 11:18:25 +00:00
use inet_ntoa if INET6_ADDRSTRLEN is not defined
This commit is contained in:
parent
85afd633e4
commit
a81c01729b
@ -3513,7 +3513,7 @@ finish:
|
||||
|
||||
address = &host->addr;
|
||||
|
||||
#if 0
|
||||
#ifdef INET6_ADDRSTRLEN
|
||||
/* TODO/FIXME - inet_ntop is not portable. Need to create
|
||||
* a wrapper function in libretro-common which will wrap
|
||||
* this and ensure that it will work on most platforms.
|
||||
|
Loading…
Reference in New Issue
Block a user