diff options
Diffstat (limited to '')
-rw-r--r-- | src/rtsp_client.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rtsp_client.c b/src/rtsp_client.c index 864b3a7f4..66b7244a2 100644 --- a/src/rtsp_client.c +++ b/src/rtsp_client.c @@ -36,7 +36,6 @@ #include <sys/time.h> #ifdef WIN32 -#define WINVER 0x0501 #include <ws2tcpip.h> #include <winsock.h> #else |