rtsp: Moved a comment.
authorPeter Kjellerstedt <pkj@axis.com>
Mon, 29 Jun 2009 07:31:40 +0000 (09:31 +0200)
committerPeter Kjellerstedt <pkj@axis.com>
Mon, 29 Jun 2009 07:31:40 +0000 (09:31 +0200)
gst-libs/gst/rtsp/gstrtspconnection.c

index 79ee05e..f42ade4 100644 (file)
 #include <gst/gst.h>
 
 #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 <winsock2.h>
-/* ws2_32.dll has getaddrinfo and freeaddrinfo on Windows XP and later.
- * minwg32 headers check WINVER before allowing the use of these */
 #include <ws2tcpip.h>
 #define EINPROGRESS WSAEINPROGRESS
 #else