From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 100587 invoked by alias); 18 Apr 2019 17:20:13 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 100579 invoked by uid 89); 18 Apr 2019 17:20:12 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy= X-HELO: mail-wm1-f49.google.com Received: from mail-wm1-f49.google.com (HELO mail-wm1-f49.google.com) (209.85.128.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 18 Apr 2019 17:20:11 +0000 Received: by mail-wm1-f49.google.com with SMTP id h18so3740434wml.1 for ; Thu, 18 Apr 2019 10:20:11 -0700 (PDT) Return-Path: Received: from ?IPv6:2001:8a0:f913:f700:4c97:6d52:2cea:997b? ([2001:8a0:f913:f700:4c97:6d52:2cea:997b]) by smtp.gmail.com with ESMTPSA id 204sm3837258wmc.1.2019.04.18.10.20.08 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 18 Apr 2019 10:20:08 -0700 (PDT) Subject: Re: Fix compilation using mingw.org's MinGW To: Eli Zaretskii , gdb-patches@sourceware.org References: <835zrbe36c.fsf@gnu.org> From: Pedro Alves Message-ID: Date: Thu, 18 Apr 2019 17:20:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <835zrbe36c.fsf@gnu.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-04/txt/msg00352.txt.bz2 On 4/18/19 4:36 PM, Eli Zaretskii wrote: > MinGW64 no longer supports versions of Windows older than XP, but > mingw.org's MinGW does. Since we load GetCurrentConsoleFont > dynamically at run time, and have code for when the load fails, it > makes sense to not assume XP at compile time. The patch below does > that. OK to push (with the pertinent ChangeLog entry)? Didn't we drop support for < XP some time ago? Thanks, Pedro Alves