mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
fix #1120
This commit is contained in:
parent
ffb13e4716
commit
ca38ee8bc7
|
@ -18,6 +18,10 @@
|
|||
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#if defined(_WIN32) || defined(__WIN32__) || defined(WIN32) || defined(__MACH__)
|
||||
#define MSG_NOSIGNAL 0
|
||||
#endif
|
||||
|
||||
//IRC name and channel.
|
||||
#define IRC_NAME "Tox_syncbot"
|
||||
#define IRC_CHANNEL "#tox-real-ontopic"
|
||||
|
|
Loading…
Reference in New Issue
Block a user