mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-26 23:10:38 +00:00
add SD_RECEIVE definition
This commit is contained in:
parent
13506d3d02
commit
6cccb9cb72
@ -111,6 +111,10 @@ inline bool isDisconnected(int errcode) { return (errcode == EPIPE || errcode ==
|
||||
#define POLLPRI POLL_PRI
|
||||
#endif
|
||||
|
||||
#ifndef SD_RECEIVE
|
||||
#define SD_RECEIVE SHUT_RD //0x00
|
||||
#endif
|
||||
|
||||
#ifndef SD_BOTH
|
||||
#define SD_BOTH SHUT_RDWR //0x02
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user