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/main_win32.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main_win32.c') diff --git a/src/main_win32.c b/src/main_win32.c index edac8a8dc..aac7ad886 100644 --- a/src/main_win32.c +++ b/src/main_win32.c @@ -27,7 +27,6 @@ #include -#define WINVER 0x0501 #include static int service_argc; -- cgit v1.2.3