mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-23 11:45:27 +00:00
warning
This commit is contained in:
parent
c1792fe84e
commit
6bdb491884
@ -1140,7 +1140,13 @@ bool netplay_driver_ctl(enum rarch_netplay_ctl_state state, void *data)
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
/* /!\
|
||||
netplay.c does something naughty and undefines
|
||||
sockaddr_storage and addrinfo. This is disastrous
|
||||
for griffin builds.
|
||||
|
||||
TODO: put this somewhere safer.
|
||||
*/
|
||||
#ifdef HAVE_SOCKET_LEGACY
|
||||
|
||||
#undef sockaddr_storage
|
||||
|
Loading…
x
Reference in New Issue
Block a user