mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
rtsp: Moved a comment.
This commit is contained in:
parent
57a7d6f699
commit
c398f2f376
1 changed files with 2 additions and 2 deletions
|
@ -75,12 +75,12 @@
|
|||
#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
|
||||
|
|
Loading…
Reference in a new issue