From 435d75b04e51a72ff7bf1a049ef5a730148a457f Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 7 Feb 2019 05:43:33 +0100 Subject: win32: Remove WINVER define that is not really needed --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index ea8ed08..4c066ea 100644 --- a/configure.ac +++ b/configure.ac @@ -50,7 +50,6 @@ AC_MSG_CHECKING([whether we need platform-specific build settings]) case ${host_os} in *mingw32*|*cygwin*) AC_MSG_RESULT([yes]) - AC_DEFINE(WINVER, 0x0501, [minimum Windows version]) win32=true GLOBAL_CFLAGS+="-DWIN32 -D__LITTLE_ENDIAN__=1" AC_LDFLAGS+="-static-libgcc" -- cgit v1.1-32-gdbae