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").
This commit is contained in:
Max Kellermann
2011-10-13 09:23:32 +02:00
parent d394017926
commit c30c46cd5f
5 changed files with 2 additions and 3 deletions

1
NEWS
View File

@@ -1,5 +1,6 @@
ver 0.16.6 (2010/??/??)
* event_pipe: fix WIN32 regression
* define WINVER in ./configure
ver 0.16.5 (2010/10/09)