Commit 73cb538d authored by Max Kellermann's avatar Max Kellermann

configure.ac: enable STRICT mode on Windows

parent 64b9e7fd
...@@ -102,6 +102,7 @@ mingw32* | windows*) ...@@ -102,6 +102,7 @@ mingw32* | windows*)
AC_CHECK_TOOL(WINDRES, windres) AC_CHECK_TOOL(WINDRES, windres)
AM_CPPFLAGS="$AM_CPPFLAGS -DWIN32_LEAN_AND_MEAN" AM_CPPFLAGS="$AM_CPPFLAGS -DWIN32_LEAN_AND_MEAN"
AM_CPPFLAGS="$AM_CPPFLAGS -DWINVER=0x0600 -D_WIN32_WINNT=0x0600" AM_CPPFLAGS="$AM_CPPFLAGS -DWINVER=0x0600 -D_WIN32_WINNT=0x0600"
AM_CPPFLAGS="$AM_CPPFLAGS -DSTRICT"
LIBS="$LIBS -lws2_32" LIBS="$LIBS -lws2_32"
host_is_windows=yes host_is_windows=yes
host_is_unix=no host_is_unix=no
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment