diff options
author | Max Kellermann <max@duempel.org> | 2011-10-13 09:23:32 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-10-13 09:23:32 +0200 |
commit | c30c46cd5f0d1f857fc38a335ca499cc024e0c80 (patch) | |
tree | ed80e3cebf92ddc365be006ce7272daaccb1d186 /src/main_win32.c | |
parent | d3940179261cd4fe3ba632cf7d012917e0fbaa87 (diff) | |
download | mpd-c30c46cd5f0d1f857fc38a335ca499cc024e0c80.tar.gz mpd-c30c46cd5f0d1f857fc38a335ca499cc024e0c80.tar.xz mpd-c30c46cd5f0d1f857fc38a335ca499cc024e0c80.zip |
configure.ac: define WINVER
Ensure that WINVER is defined early enough, so other system headers
won't fall back to their default value. Specifically, this solves a
build failure (-Werror) with mingw-w64 ("WINVER redefined").
Diffstat (limited to 'src/main_win32.c')
-rw-r--r-- | src/main_win32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main_win32.c b/src/main_win32.c index 543d8ba81..e1ddb53f5 100644 --- a/src/main_win32.c +++ b/src/main_win32.c @@ -27,7 +27,6 @@ #include <glib.h> -#define WINVER 0x0501 #include <windows.h> static int service_argc; |