#ifdef RTP_SOCKETTYPE_WINSOCK #include #include #ifndef _WIN32_WCE #include #endif // !_WIN32_WCE #else #include #include #include #endif // RTP_SOCKETTYPE_WINSOCK int main(void) { struct sockaddr sa; sa.sa_len = 0; return 0; }