aboutsummaryrefslogtreecommitdiffstats
path: root/src/rtsp_client.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-10-09 17:52:56 +0200
committerMax Kellermann <max@duempel.org>2011-10-09 17:52:56 +0200
commit9652efd107f3132e579784176581d962e955bc89 (patch)
tree080a2422c7c12c1e3005d30f4268fa7be275eb91 /src/rtsp_client.h
parentf3ea834322de7f0400bb42b8f8019d6f8c78c93a (diff)
downloadmpd-9652efd107f3132e579784176581d962e955bc89.tar.gz
mpd-9652efd107f3132e579784176581d962e955bc89.tar.xz
mpd-9652efd107f3132e579784176581d962e955bc89.zip
don't define WINVER in *.c files
In a C file, that is too late, because _mingw.h defaults to 0x0502, and ours would be illegal redefintion.
Diffstat (limited to 'src/rtsp_client.h')
-rw-r--r--src/rtsp_client.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rtsp_client.h b/src/rtsp_client.h
index 5c8425248..21660e609 100644
--- a/src/rtsp_client.h
+++ b/src/rtsp_client.h
@@ -28,7 +28,6 @@
#include <glib.h>
#ifdef WIN32
-#define WINVER 0x0501
#include <ws2tcpip.h>
#include <winsock.h>
#else