]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/rtcp.c
vlc_UrlParse: end username at the last @ rather than the first
[vlc] / modules / stream_out / rtcp.c
index fdd04c97633c43c35ca2ec11cf971680be945046..46289db5a859a11295afd2c66807a9c9973298e0 100644 (file)
@@ -82,7 +82,7 @@ rtcp_sender_t *OpenRTCP (vlc_object_t *obj, int rtp_fd, int proto,
     if (mux)
     {
         /* RTP/RTCP mux: duplicate the socket */
-#ifndef WIN32
+#ifndef _WIN32
         fd = vlc_dup (rtp_fd);
 #else
         WSAPROTOCOL_INFO info;