diff options
author | Nikias Bassen | 2019-02-07 05:43:33 +0100 |
---|---|---|
committer | Nikias Bassen | 2019-02-07 05:43:33 +0100 |
commit | 435d75b04e51a72ff7bf1a049ef5a730148a457f (patch) | |
tree | b95e91170e297c6b2cfde71fc9e63e6ae4e50673 | |
parent | 640165088dcdfd6ac1587df09eaeecfffabdd5df (diff) | |
download | idevicerestore-435d75b04e51a72ff7bf1a049ef5a730148a457f.tar.gz idevicerestore-435d75b04e51a72ff7bf1a049ef5a730148a457f.tar.bz2 |
win32: Remove WINVER define that is not really needed
-rw-r--r-- | configure.ac | 1 |
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" |