From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by sourceware.org (Postfix) with ESMTP id 1B21D38930FF for ; Mon, 4 May 2020 21:42:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 1B21D38930FF Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=cygwin.com Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=yselkowitz@cygwin.com Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-345-p5_9hweKPIGx8_6WLQlq3g-1; Mon, 04 May 2020 17:42:21 -0400 X-MC-Unique: p5_9hweKPIGx8_6WLQlq3g-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id A70E4107ACCA for ; Mon, 4 May 2020 21:42:20 +0000 (UTC) Received: from ovpn-116-95.rdu2.redhat.com (ovpn-116-95.rdu2.redhat.com [10.10.116.95]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5493B60C80 for ; Mon, 4 May 2020 21:42:20 +0000 (UTC) Message-ID: <7101b829ec197e48e3aaf373625d950e95e29df4.camel@cygwin.com> Subject: Default mingw _WIN32_WINNT From: Yaakov Selkowitz To: cygwin@cygwin.com Date: Mon, 04 May 2020 17:42:19 -0400 User-Agent: Evolution 3.34.4 (3.34.4-1.fc31) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: cygwin.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-7.8 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NEUTRAL, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 May 2020 21:42:25 -0000 JonY, In w32api-headers and mingw64-*-headers, the default value of _WIN32_WINNT can be configured at build-time with --with-default-win32- winnt=3D$VER, with the default still being 0x502 (XP x64/2003 R2). With 2008, 2008 R2, and 7 having gone out of support earlier this year, Server 2012 is now the oldest currently supported version. Is it time to set this to 0x602 by default? -- Yaakov