mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 12:40:23 +00:00
(Networking) Move macro to its correct place (#13904)
This commit is contained in:
parent
9cbdc783be
commit
4674241bf9
@ -56,6 +56,8 @@
|
||||
|
||||
#include <network.h>
|
||||
|
||||
#define setsockopt net_setsockopt
|
||||
|
||||
#elif defined(VITA)
|
||||
|
||||
#include <psp2/net/net.h>
|
||||
|
@ -93,10 +93,6 @@
|
||||
#define HAVE_INET6 1
|
||||
#endif
|
||||
|
||||
#ifdef GEKKO
|
||||
#define setsockopt net_setsockopt
|
||||
#endif
|
||||
|
||||
#ifdef TCP_NODELAY
|
||||
#define SET_TCP_NODELAY(fd) \
|
||||
{ \
|
||||
|
Loading…
x
Reference in New Issue
Block a user