From 9652efd107f3132e579784176581d962e955bc89 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 9 Oct 2011 17:52:56 +0200 Subject: 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. --- src/rtsp_client.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/rtsp_client.h') 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 #ifdef WIN32 -#define WINVER 0x0501 #include #include #else -- cgit v1.2.3