msgnosignaltest.cpp 185 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 #ifdef RTP_SOCKETTYPE_WINSOCK #include <winsock2.h> #else #include <sys/types.h> #include <sys/socket.h> #endif // RTP_SOCKETTYPE_WINSOCK int main(void) { return MSG_NOSIGNAL; }