summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2019-02-07 05:43:33 +0100
committerGravatar Nikias Bassen2019-02-07 05:43:33 +0100
commit435d75b04e51a72ff7bf1a049ef5a730148a457f (patch)
treeb95e91170e297c6b2cfde71fc9e63e6ae4e50673
parent640165088dcdfd6ac1587df09eaeecfffabdd5df (diff)
downloadidevicerestore-435d75b04e51a72ff7bf1a049ef5a730148a457f.tar.gz
idevicerestore-435d75b04e51a72ff7bf1a049ef5a730148a457f.tar.bz2
win32: Remove WINVER define that is not really needed
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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"