From 73cb538d722132e83033b8f96971e294c057bccf Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 25 Feb 2015 16:01:30 +0100 Subject: configure.ac: enable STRICT mode on Windows --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 2259b1b06..7dbabbea0 100644 --- a/configure.ac +++ b/configure.ac @@ -102,6 +102,7 @@ mingw32* | windows*) AC_CHECK_TOOL(WINDRES, windres) AM_CPPFLAGS="$AM_CPPFLAGS -DWIN32_LEAN_AND_MEAN" AM_CPPFLAGS="$AM_CPPFLAGS -DWINVER=0x0600 -D_WIN32_WINNT=0x0600" + AM_CPPFLAGS="$AM_CPPFLAGS -DSTRICT" LIBS="$LIBS -lws2_32" host_is_windows=yes host_is_unix=no -- cgit v1.2.3