mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-18 09:25:49 +00:00
Merge pull request #40 from d3m3vilurr/revert-93707b42
Revert "vita: Redefine network error codes"
This commit is contained in:
commit
dc1d0117ef
@ -52,12 +52,6 @@ typedef socklen_t SOCKADDR_LEN;
|
||||
|
||||
#if defined(__vita__)
|
||||
#define TCP_NODELAY SCE_NET_TCP_NODELAY
|
||||
#undef EAGAIN
|
||||
#undef EWOULDBLOCK
|
||||
#undef EINTR
|
||||
#define EAGAIN SCE_NET_EAGAIN
|
||||
#define EWOULDBLOCK SCE_NET_EWOULDBLOCK
|
||||
#define EINTR SCE_NET_EINTR
|
||||
|
||||
#define sockaddr_in6 sockaddr_in
|
||||
#define sin6_addr sin_addr
|
||||
|
Loading…
x
Reference in New Issue
Block a user