From c398f2f37600eea6d3c5b145d2838d028151a3c5 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Mon, 29 Jun 2009 09:31:40 +0200 Subject: [PATCH] rtsp: Moved a comment. --- gst-libs/gst/rtsp/gstrtspconnection.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/rtsp/gstrtspconnection.c b/gst-libs/gst/rtsp/gstrtspconnection.c index 79ee05e..f42ade4 100644 --- a/gst-libs/gst/rtsp/gstrtspconnection.c +++ b/gst-libs/gst/rtsp/gstrtspconnection.c @@ -75,12 +75,12 @@ #include #ifdef G_OS_WIN32 +/* ws2_32.dll has getaddrinfo and freeaddrinfo on Windows XP and later. + * minwg32 headers check WINVER before allowing the use of these */ #ifndef WINVER #define WINVER 0x0501 #endif #include -/* ws2_32.dll has getaddrinfo and freeaddrinfo on Windows XP and later. - * minwg32 headers check WINVER before allowing the use of these */ #include #define EINPROGRESS WSAEINPROGRESS #else -- 2.7.4