This commit is contained in:
ctult 2015-12-25 00:13:53 -07:00
parent 6bdb491884
commit 4364a93bf3

View File

@ -1140,7 +1140,8 @@ bool netplay_driver_ctl(enum rarch_netplay_ctl_state state, void *data)
return false; return false;
} }
/* /!\ /* /!\ WARNING: POTENTIAL PITFALL
netplay.c does something naughty and undefines netplay.c does something naughty and undefines
sockaddr_storage and addrinfo. This is disastrous sockaddr_storage and addrinfo. This is disastrous
for griffin builds. for griffin builds.