diff src/mingw-w64.mk @ 6036:9ccca4b29aa3 release

gcc, mingw-w64: Set Windows API to Windows 7 for all Octave targets. * src/build-gcc.mk, src/mingw-w64.mk: Set Windows API to Windows 7 for all Octave targets (including "release-octave").
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 06 Jan 2022 12:59:14 +0100
parents 15322fbad67c
children ee80081eeca3
line wrap: on
line diff
--- a/src/mingw-w64.mk	Wed Jan 05 12:36:45 2022 +0100
+++ b/src/mingw-w64.mk	Thu Jan 06 12:59:14 2022 +0100
@@ -17,10 +17,7 @@
   tail -1
 endef
 
-ifneq ($(OCTAVE_TARGET),release-octave)
-  # FIXME: Set unconditionally for the first release candidate of Octave 7.
-  $(PKG)_WINAPI_VERSION_FLAGS := --with-default-win32-winnt=0x0601
-endif
+$(PKG)_WINAPI_VERSION_FLAGS := --with-default-win32-winnt=0x0601
 
 ifneq ($(HOST_MSVCRT),ucrt)
   $(PKG)_DEFAULT_MSVCRT := --with-default-msvcrt=msvcrt